Change E's status macro names to be consistent with others

This commit is contained in:
2023-10-20 15:27:29 -04:00
parent 7ccc3d84b1
commit 9f8b2e41ad
3 changed files with 7 additions and 7 deletions

View File

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