Fix dining room lamp night mode
This commit is contained in:
@ -968,19 +968,13 @@ script:
|
|||||||
entity_id: input_boolean.give_me_darkness
|
entity_id: input_boolean.give_me_darkness
|
||||||
state: 'on'
|
state: 'on'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
|
||||||
target:
|
|
||||||
area_id: dining_room
|
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
- input_select.mud_room_scenes
|
- input_select.mud_room_scenes
|
||||||
|
- input_select.dining_room_lamp_scenes
|
||||||
data:
|
data:
|
||||||
option: Nightlight
|
option: Nightlight
|
||||||
- service: switch.turn_on
|
|
||||||
target:
|
|
||||||
entity_id:
|
|
||||||
- switch.adaptive_lighting_sleep_mode_dining_room_lamp
|
|
||||||
- if:
|
- if:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: person.christina_stork
|
entity_id: person.christina_stork
|
||||||
|
Reference in New Issue
Block a user