Just keep tweaking the house more and more. Adding more wait gates on arrival.
This commit is contained in:
parent
5c61861def
commit
7a228b1446
|
@ -24,8 +24,12 @@
|
||||||
add_entities: >-
|
add_entities: >-
|
||||||
{{ trigger.to_state.entity_id }}
|
{{ trigger.to_state.entity_id }}
|
||||||
|
|
||||||
- wait_template: >-
|
- wait_template: "{{ states.binary_sensor.mcu1_gpio12.state == 'on' }}"
|
||||||
{{ states.binary_sensor.kitchen_door.state == 'on' }}
|
timeout: '00:10:00'
|
||||||
|
|
||||||
|
- wait_template: "{{ states.binary_sensor.kitchen_door.state == 'on' }}"
|
||||||
|
timeout: '00:1:00'
|
||||||
|
|
||||||
- delay: '00:01:00'
|
- delay: '00:01:00'
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data_template:
|
data_template:
|
||||||
|
|
Loading…
Reference in New Issue