Forgot to actually call the macro

This commit is contained in:
2022-07-02 19:44:13 -04:00
parent 73c19ff699
commit 2f9a6eee35

View File

@ -974,6 +974,10 @@ script:
{{ interuption() }} {{ interuption() }}
{% endif %} {% endif %}
{% if call_ha_started == 1 %}
{{ ha_started() }}
{% endif %}
{% if call_issue == 1 %} {% if call_issue == 1 %}
{{ issue() }} {{ issue() }}
{% endif %} {% endif %}