Add in a little delay of 1 minute after kitchen door is opened for announcement. #767

This commit is contained in:
ccostan 2020-06-08 17:08:56 -04:00
parent 6b142e38bd
commit afa1a54b0f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
- wait_template: >-
{{ states.binary_sensor.kitchen_door.state == 'on' }}
- delay: '00:01:00'
- service: script.speech_engine
data_template:
# {% set person = state_attr(trigger.entity_id, "friendly_name")%} This is another way to do it.