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

@ -577,7 +577,7 @@ Tony is currently streaming. The current stream category is {{ game }}. The curr
{% endif %}
{% endmacro %}
{% macro emma_sleep_notification(type,method) %}
{% macro emmaSleepNotification(type,method) %}
{% set asleep = state_attr('input_datetime.emma_down_for_nap','timestamp') | int %}
{% set wakeup = state_attr('input_datetime.emma_up_from_nap','timestamp') | int %}
{% set day = now().strftime("%-d") %}