Turn off stairwell motion lighting when vacation helper is in the house
This commit is contained in:
@ -2317,6 +2317,11 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: input_boolean.audible_notifications
|
entity_id: input_boolean.audible_notifications
|
||||||
data: {}
|
data: {}
|
||||||
|
- service: switch.turn_off
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.stairwell_motion_lighting
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
@ -2365,6 +2370,11 @@
|
|||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: timer-finished
|
id: timer-finished
|
||||||
sequence:
|
sequence:
|
||||||
|
- service: switch.turn_on
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: switch.stairwell_motion_lighting
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
|
Reference in New Issue
Block a user