Fix bathroom lights
This commit is contained in:
parent
2b826f1d14
commit
b3cbe80508
@ -43,7 +43,10 @@
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
brightness_pct: 100
|
||||
brightness: 255
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
kelvin: 2000
|
||||
- conditions:
|
||||
- condition: state
|
||||
@ -53,8 +56,11 @@
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
brightness_pct: 100
|
||||
kelvin: 3200
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
brightness: 255
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
|
@ -23,7 +23,10 @@
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
brightness_pct: 100
|
||||
brightness: 255
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
kelvin: 2000
|
||||
- conditions:
|
||||
- condition: state
|
||||
@ -33,7 +36,10 @@
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
brightness_pct: 100
|
||||
brightness: 255
|
||||
- service: light.turn_on
|
||||
entity_id: light.bathroom_lights
|
||||
data:
|
||||
kelvin: 3200
|
||||
- conditions:
|
||||
- condition: state
|
||||
|
Loading…
Reference in New Issue
Block a user