upd scene
This commit is contained in:
parent
37c7b0ae33
commit
d7e1bf7c1e
|
|
@ -4,7 +4,7 @@ icon: mdi:weather-sunset-up
|
|||
entities:
|
||||
light.attic_ceiling_spots:
|
||||
state: "on"
|
||||
color_temp: "154" # https://www.home-assistant.io/integrations/light/
|
||||
color_temp: 154 # https://www.home-assistant.io/integrations/light/
|
||||
brightness: 255
|
||||
light.wohnzimmerlichter:
|
||||
state: "off"
|
||||
|
|
|
|||
|
|
@ -4,12 +4,33 @@ icon: mdi:weather-sunset-down
|
|||
entities:
|
||||
light.attic_ceiling_spots:
|
||||
state: "on"
|
||||
color_temp: "400"
|
||||
brightness: 125
|
||||
color_temp: 400
|
||||
brightness: 128
|
||||
hs_color:
|
||||
- 28.874
|
||||
- 72.522
|
||||
rgb_color:
|
||||
- 255
|
||||
- 159
|
||||
- 70
|
||||
xy_color:
|
||||
- 0.546
|
||||
- 0.389
|
||||
effect: none
|
||||
light.wohnzimmerlichter:
|
||||
state: "on"
|
||||
color_temp: "400"
|
||||
brightness: 200
|
||||
state: "on"
|
||||
color_temp: 400
|
||||
brightness: 230
|
||||
hs_color:
|
||||
- 28.874
|
||||
- 72.522
|
||||
rgb_color:
|
||||
- 255
|
||||
- 159
|
||||
- 70
|
||||
xy_color:
|
||||
- 0.546
|
||||
- 0.389
|
||||
light.stricklicht:
|
||||
state: "on"
|
||||
light.esszimmerlichter:
|
||||
|
|
|
|||
Loading…
Reference in New Issue