Changed welcome home timeout to 10 minutes because people are slow LOL
This commit is contained in:
@ -237,7 +237,7 @@ script:
|
|||||||
state: 'on'
|
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: 10
|
||||||
continue_on_timeout: false
|
continue_on_timeout: false
|
||||||
- delay:
|
- delay:
|
||||||
seconds: 5
|
seconds: 5
|
||||||
|
Reference in New Issue
Block a user