Fix typo that has annoyed me FOREVER
This commit is contained in:
@ -62,5 +62,5 @@ automation:
|
||||
- service: script.status_annc
|
||||
data:
|
||||
who: 'living_room'
|
||||
call_interuption: 1
|
||||
call_interruption: 1
|
||||
call_snark_door_open: 1
|
@ -1524,7 +1524,7 @@ script:
|
||||
</p>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro interuption() %}
|
||||
{% macro interruption() %}
|
||||
<p>
|
||||
{{ [
|
||||
'Pardon me, ',
|
||||
@ -1774,8 +1774,8 @@ script:
|
||||
{{ confirm_no() }}
|
||||
{% endif %}
|
||||
|
||||
{% if call_interuption == 1 %}
|
||||
{{ interuption() }}
|
||||
{% if call_interruption == 1 %}
|
||||
{{ interruption() }}
|
||||
{% endif %}
|
||||
|
||||
{% if call_dinner_is_ready == 1 %}
|
||||
|
@ -1660,7 +1660,7 @@ script:
|
||||
- service: script.status_annc
|
||||
data:
|
||||
who: 'common'
|
||||
call_interuption: 1
|
||||
call_interruption: 1
|
||||
call_lightning_alert: 1
|
||||
- delay:
|
||||
seconds: 10
|
||||
@ -1680,7 +1680,7 @@ script:
|
||||
- service: script.status_annc
|
||||
data:
|
||||
who: 'common'
|
||||
call_interuption: 1
|
||||
call_interruption: 1
|
||||
call_lightning_clear: 1
|
||||
- service: script.text_notify
|
||||
data:
|
||||
|
Reference in New Issue
Block a user