Just keep tweaking the house more and more. Adding more wait gates on arrival.

This commit is contained in:
ccostan 2020-07-29 20:04:02 -04:00
parent 5c61861def
commit 7a228b1446
1 changed files with 7 additions and 3 deletions

View File

@ -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: