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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user