Compare commits
2 Commits
89f8b3bf9d
...
6d7157cdac
Author | SHA1 | Date | |
---|---|---|---|
6d7157cdac | |||
8592b71ed3 |
@ -41,7 +41,7 @@ hallway_lights_on:
|
||||
- service: light.turn_on
|
||||
entity_id: light.hallway_light
|
||||
data:
|
||||
brightness: 128
|
||||
brightness: 76
|
||||
- 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: 20
|
||||
brightness_pct: 50
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
|
@ -59,7 +59,7 @@ bathroom_lights_on:
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_color_zha_group_0x0007
|
||||
data:
|
||||
brightness_pct: 10
|
||||
brightness_pct: 50
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
|
@ -51,11 +51,13 @@ kitchen_lights_on:
|
||||
state: Night
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id: light.kitchen_lights
|
||||
data:
|
||||
brightness_pct: 5
|
||||
kelvin: 2700
|
||||
|
||||
brightness_pct: 50
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
target:
|
||||
entity_id: light.kitchen_color_lights
|
||||
|
||||
kitchen_lights_off:
|
||||
alias: '[Kitchen] Lights off'
|
||||
|
Loading…
Reference in New Issue
Block a user