Added input_boolean condition for welcome home briefing to run
This commit is contained in:
@ -232,6 +232,9 @@ script:
|
|||||||
|
|
||||||
welcome_home:
|
welcome_home:
|
||||||
sequence:
|
sequence:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.welcome_home
|
||||||
|
state: 'on'
|
||||||
- wait_template: "{{ is_state('binary_sensor.front_door','on') }}"
|
- wait_template: "{{ is_state('binary_sensor.front_door','on') }}"
|
||||||
timeout:
|
timeout:
|
||||||
minutes: 5
|
minutes: 5
|
||||||
|
Reference in New Issue
Block a user