1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
6d7157cdac Update sleep lights for hallway 2022-08-05 00:20:55 +02:00
8592b71ed3 Update night lights 2022-08-05 00:19:04 +02:00
3 changed files with 9 additions and 7 deletions

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: 128 brightness: 76
- 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: 20 brightness_pct: 50
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: 10 brightness_pct: 50
hs_color: hs_color:
- 360 - 360
- 100 - 100

View File

@ -51,11 +51,13 @@ kitchen_lights_on:
state: Night state: Night
sequence: sequence:
- service: light.turn_on - service: light.turn_on
entity_id: light.kitchen_lights
data: data:
brightness_pct: 5 brightness_pct: 50
kelvin: 2700 hs_color:
- 360
- 100
target:
entity_id: light.kitchen_color_lights
kitchen_lights_off: kitchen_lights_off:
alias: '[Kitchen] Lights off' alias: '[Kitchen] Lights off'