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