Update hallway light automation
set lower brightness during sleep mode set higher brightness for lightstrip during night
This commit is contained in:
parent
bd23ade1f1
commit
2796eb441d
@ -41,7 +41,7 @@ hallway_lights_on:
|
||||
- service: light.turn_on
|
||||
entity_id: light.hallway_light
|
||||
data:
|
||||
brightness: 255
|
||||
brightness: 128
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.sleep_mode
|
||||
@ -59,7 +59,7 @@ hallway_lights_on:
|
||||
- service: light.turn_on
|
||||
entity_id: light.hallway_lightstrip
|
||||
data:
|
||||
brightness_pct: 10
|
||||
brightness_pct: 20
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
|
Loading…
Reference in New Issue
Block a user