1
0

Update hallway light automation

set lower brightness during sleep mode
  set higher brightness for lightstrip during night
This commit is contained in:
Przemek Grondek 2022-04-21 00:45:56 +02:00
parent bd23ade1f1
commit 2796eb441d

View File

@ -41,7 +41,7 @@ hallway_lights_on:
- service: light.turn_on - service: light.turn_on
entity_id: light.hallway_light entity_id: light.hallway_light
data: data:
brightness: 255 brightness: 128
- conditions: - conditions:
- condition: state - condition: state
entity_id: input_boolean.sleep_mode entity_id: input_boolean.sleep_mode
@ -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: 10 brightness_pct: 20
hs_color: hs_color:
- 360 - 360
- 100 - 100