mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-19 18:40:04 +00:00
Fixing Spelling errors...
This commit is contained in:
parent
238ccee458
commit
9c93f05333
@ -1,6 +1,6 @@
|
||||
>
|
||||
{# Daily Briefing #}
|
||||
{%- macro getGretting() -%}
|
||||
{%- macro getGreeting() -%}
|
||||
{% if now().strftime('%H')|int < 12 %}
|
||||
Good morning.
|
||||
{% elif now().strftime('%H')|int >= 12 and now().strftime('%H')|int < 17 %}
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
{# a macro to call all macros :) #}
|
||||
{%- macro mother_of_all_macros() -%}
|
||||
{{ getGretting() }}
|
||||
{{ getGreeting() }}
|
||||
{{ getDoorStatus()}}
|
||||
{%- endmacro -%}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user