mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Improve lights
This commit is contained in:
+26
-13
@@ -12,20 +12,33 @@ cards:
|
||||
entities:
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
entity: light.living_room_all_lights
|
||||
name: Living room
|
||||
entity: light.living_room_main_lights
|
||||
name: Living Room Main Lights
|
||||
toggle: true
|
||||
entities:
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
entity: light.living_room_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- light.living_room_1
|
||||
- light.living_room_2
|
||||
- light.living_room_3
|
||||
- light.living_room_4
|
||||
- light.pc
|
||||
- entity: light.bedside_light
|
||||
- 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
|
||||
step: 100
|
||||
- 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
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.bedside_light
|
||||
toggle: true
|
||||
step: 5
|
||||
|
||||
- type: entities
|
||||
title: Devices
|
||||
|
||||
@@ -9,18 +9,35 @@ cards:
|
||||
title: Lights
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: light.living_room_all_lights
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.living_room_all_lights
|
||||
name: All lights
|
||||
toggle: true
|
||||
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: Temperature
|
||||
attribute: color_temp
|
||||
hide_state: true
|
||||
min: 0
|
||||
max: 1000
|
||||
step: 5
|
||||
- light.living_room_1
|
||||
- light.living_room_2
|
||||
- light.living_room_3
|
||||
- light.living_room_4
|
||||
- entity: light.pc
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.pc
|
||||
toggle: true
|
||||
step: 5
|
||||
|
||||
- type: "custom:mini-media-player"
|
||||
artwork: cover
|
||||
|
||||
Reference in New Issue
Block a user