mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-08 10:38:44 +00:00
Reimplement main Living room lights as MQTT/Tasmota lights
This commit is contained in:
@@ -16,29 +16,80 @@ cards:
|
||||
step: 5
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
type: custom:slider-entity-row
|
||||
entity: light.living_room_main_lights
|
||||
name: Main lights
|
||||
toggle: true
|
||||
step: 5
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.living_room_main_lights
|
||||
name: Brightness
|
||||
hide_state: true
|
||||
step: 5
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.living_room_main_lights
|
||||
name: Temperature
|
||||
attribute: color_temp
|
||||
hide_state: true
|
||||
min: 0
|
||||
max: 1000
|
||||
min: 153
|
||||
max: 500
|
||||
step: 5
|
||||
- type: custom:multiple-entity-row
|
||||
entity: light.living_room_1
|
||||
show_state: false
|
||||
entities:
|
||||
- entity: switch.living_room_1_light_fade
|
||||
name: Fade
|
||||
toggle: true
|
||||
- entity: light.living_room_1
|
||||
name: Switch
|
||||
toggle: true
|
||||
- type: custom:multiple-entity-row
|
||||
entity: light.living_room_2
|
||||
show_state: false
|
||||
entities:
|
||||
- entity: switch.living_room_2_light_fade
|
||||
name: Fade
|
||||
toggle: true
|
||||
- entity: light.living_room_2
|
||||
name: Switch
|
||||
toggle: true
|
||||
- type: custom:multiple-entity-row
|
||||
entity: light.living_room_3
|
||||
show_state: false
|
||||
entities:
|
||||
- entity: switch.living_room_3_light_fade
|
||||
name: Fade
|
||||
toggle: true
|
||||
- entity: light.living_room_3
|
||||
name: Switch
|
||||
toggle: true
|
||||
- type: custom:multiple-entity-row
|
||||
entity: light.living_room_4
|
||||
show_state: false
|
||||
entities:
|
||||
- entity: switch.living_room_4_light_fade
|
||||
name: Fade
|
||||
toggle: true
|
||||
- entity: light.living_room_4
|
||||
name: Switch
|
||||
toggle: true
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
type: custom:multiple-entity-row
|
||||
entity: light.pc
|
||||
show_state: false
|
||||
entities:
|
||||
- entity: switch.pc_light_fade
|
||||
name: Fade
|
||||
toggle: true
|
||||
- entity: light.pc
|
||||
name: Switch
|
||||
toggle: true
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.pc
|
||||
name: Brightness
|
||||
hide_state: true
|
||||
step: 5
|
||||
- light.living_room_1
|
||||
- light.living_room_2
|
||||
- light.living_room_3
|
||||
- light.living_room_4
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.pc
|
||||
toggle: true
|
||||
step: 5
|
||||
- switch.pc_light_fade
|
||||
|
||||
- type: "custom:mini-media-player"
|
||||
artwork: cover
|
||||
|
||||
Reference in New Issue
Block a user