Welcome home briefing #30 now checks vacation mode #34

This commit is contained in:
2022-09-06 18:26:05 -04:00
parent 373d79e1f8
commit 1fdb9acc0d

View File

@ -245,6 +245,9 @@ script:
- condition: state
entity_id: input_boolean.welcome_home
state: 'on'
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
- wait_template: "{{ is_state('binary_sensor.front_door','on') }}"
timeout:
minutes: 10