Compare commits
No commits in common. "6d7157cdacba1198f41385845fe312d64de87838" and "89f8b3bf9d54a5c0d67c0189e1aec8e94cd91824" have entirely different histories.
6d7157cdac
...
89f8b3bf9d
3 changed files with 7 additions and 9 deletions
|
@ -41,7 +41,7 @@ hallway_lights_on:
|
|||
- service: light.turn_on
|
||||
entity_id: light.hallway_light
|
||||
data:
|
||||
brightness: 76
|
||||
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: 50
|
||||
brightness_pct: 20
|
||||
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: 50
|
||||
brightness_pct: 10
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
|
|
|
@ -51,13 +51,11 @@ kitchen_lights_on:
|
|||
state: Night
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id: light.kitchen_lights
|
||||
data:
|
||||
brightness_pct: 50
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
target:
|
||||
entity_id: light.kitchen_color_lights
|
||||
brightness_pct: 5
|
||||
kelvin: 2700
|
||||
|
||||
|
||||
kitchen_lights_off:
|
||||
alias: '[Kitchen] Lights off'
|
||||
|
|
Loading…
Reference in a new issue