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 - service: light.turn_on
entity_id: light.hallway_lightstrip entity_id: light.hallway_lightstrip
data: data:
brightness_pct: 50 brightness_pct: 60
hs_color: hs_color:
- 360 - 360
- 100 - 100

View File

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

View File

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