Fix typo that has annoyed me FOREVER

This commit is contained in:
2023-05-02 18:23:14 -04:00
parent 7df5eed363
commit 5869498dc8
3 changed files with 8 additions and 8 deletions

View File

@ -62,5 +62,5 @@ automation:
- service: script.status_annc - service: script.status_annc
data: data:
who: 'living_room' who: 'living_room'
call_interuption: 1 call_interruption: 1
call_snark_door_open: 1 call_snark_door_open: 1

View File

@ -1524,7 +1524,7 @@ script:
</p> </p>
{% endmacro %} {% endmacro %}
{% macro interuption() %} {% macro interruption() %}
<p> <p>
{{ [ {{ [
'Pardon me, ', 'Pardon me, ',
@ -1626,7 +1626,7 @@ script:
'I have detected lightning within 20 miles of our house.', 'I have detected lightning within 20 miles of our house.',
'Did you see that flash? I did. Lightning is near.', 'Did you see that flash? I did. Lightning is near.',
'If you didnt hear the thunder you will soon. ' 'If you didnt hear the thunder you will soon. '
]|random }} ] | random }}
If anyone is outside they should seek shelter inside. If anyone is outside they should seek shelter inside.
{% endmacro %} {% endmacro %}
@ -1635,7 +1635,7 @@ script:
'Lightning threat appears to be over.', 'Lightning threat appears to be over.',
'No more lightning appears to be occurring.', 'No more lightning appears to be occurring.',
'Lightning is gone.' 'Lightning is gone.'
]|random }} ] | random }}
It is safe to resume normal activities. It is safe to resume normal activities.
{% endmacro %} {% endmacro %}
@ -1774,8 +1774,8 @@ script:
{{ confirm_no() }} {{ confirm_no() }}
{% endif %} {% endif %}
{% if call_interuption == 1 %} {% if call_interruption == 1 %}
{{ interuption() }} {{ interruption() }}
{% endif %} {% endif %}
{% if call_dinner_is_ready == 1 %} {% if call_dinner_is_ready == 1 %}

View File

@ -1660,7 +1660,7 @@ script:
- service: script.status_annc - service: script.status_annc
data: data:
who: 'common' who: 'common'
call_interuption: 1 call_interruption: 1
call_lightning_alert: 1 call_lightning_alert: 1
- delay: - delay:
seconds: 10 seconds: 10
@ -1680,7 +1680,7 @@ script:
- service: script.status_annc - service: script.status_annc
data: data:
who: 'common' who: 'common'
call_interuption: 1 call_interruption: 1
call_lightning_clear: 1 call_lightning_clear: 1
- service: script.text_notify - service: script.text_notify
data: data: