Forgot to call macro for K's bedtime announcement

This commit is contained in:
2022-07-02 20:47:11 -04:00
parent e061c73e92
commit f6f13d995f

View File

@ -1015,6 +1015,10 @@ script:
{{ dinner_is_ready() }}
{% endif %}
{% if call_time_for_bed == 1 %}
{{ time_for_bed() }}
{% endif %}
{% if call_ha_started == 1 %}
{{ ha_started() }}
{% endif %}