1
0

Change brightness for lights during night

This commit is contained in:
Przemek Grondek 2022-08-12 22:08:40 +02:00
parent 020189b1d7
commit 7100d510b1
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ hallway_lights_on:
- service: light.turn_on
entity_id: light.hallway_lightstrip
data:
brightness_pct: 50
brightness_pct: 60
hs_color:
- 360
- 100

View File

@ -59,7 +59,7 @@ bathroom_lights_on:
- service: light.turn_on
entity_id: light.bathroom_color_zha_group_0x0007
data:
brightness_pct: 50
brightness_pct: 60
hs_color:
- 360
- 100

View File

@ -52,7 +52,7 @@ kitchen_lights_on:
sequence:
- service: light.turn_on
data:
brightness_pct: 50
brightness_pct: 40
hs_color:
- 360
- 100