Added input_boolean condition for welcome home briefing to run

This commit is contained in:
2022-08-29 19:50:18 -04:00
parent f37d26b555
commit 31d3ddd921

View File

@ -232,6 +232,9 @@ script:
welcome_home:
sequence:
- condition: state
entity_id: input_boolean.welcome_home
state: 'on'
- wait_template: "{{ is_state('binary_sensor.front_door','on') }}"
timeout:
minutes: 5