Rename status report macros

This commit is contained in:
2024-04-26 12:01:37 -04:00
parent 7ee95a1936
commit f53452e3a5
7 changed files with 60 additions and 60 deletions

View File

@ -166,9 +166,9 @@ automation:
type: alert
title: Emma Sleeping
message: >
{% from 'status.jinja' import emmaSleepNotification %}
{% from 'status.jinja' import emma_sleep_notification %}
{% from 'formatting.jinja' import cleanup %}
{{ cleanup(emmaSleepNotification()) }}
{{ cleanup(emma_sleep_notification()) }}
tag: emma-sleep
- conditions:
- condition: trigger
@ -219,9 +219,9 @@ automation:
type: alert
title: Emma Awakens
message: >
{% from 'status.jinja' import emmaSleepNotification %}
{% from 'status.jinja' import emma_sleep_notification %}
{% from 'formatting.jinja' import cleanup %}
{{ cleanup(emmaSleepNotification()) }}
{{ cleanup(emma_sleep_notification()) }}
tag: emma-wake
- service: script.emma_wakeup