'Dusk is here, let there be light! Activating outdoor lights.'
]|random }}
]|random }}
{%- endmacro -%}
{%- endmacro -%}
{%- macro responsibilities() -%}
{%- macro responsibilities() -%}
{% if now().strftime('%a') == 'Wed' or now().strftime('%a') == 'Sun' %}
{% set day_of_week = now().strftime('%a') %}
{% if day_of_week in ['Wed', 'Sun'] %}
Today is {{ now().strftime('%A') }} and {{ now().strftime('%A') }} is garbage day.
Today is {{ now().strftime('%A') }} and {{ now().strftime('%A') }} is garbage day.
{% endif %}
{% if day_of_week == 'Wed' %}
{% if now().strftime('%a') == 'Wed' %}
Both Recycling and regular Garbage goes out. Please take out all of the garbage cans tonight.
Both Recycling and regular Garbage goes out. Please take out all of the garbage cans tonight.
{% endif %}
{% endif %}
{% if now().strftime('%j')|int(9999)% 2 != 0 %}
{% endif %}
{% set day_of_year = now().strftime('%j')|int(9999) %}
{% if day_of_year % 2 != 0 %}
Today is Justin's day to do the chores.
Today is Justin's day to do the chores.
{% else %}
{% else %}
Today is Paige's day to do the chores.
Today is Paige's day to do the chores.
{% endif %}
{% endif %}
{%- endmacro -%}
{%- endmacro -%}
{%- macro inside_weather() -%}
{%- macro inside_weather() -%}
Inside the house, it is {{ states.climate.downstairs.attributes['current_temperature'] }} degrees with around {{ states('sensor.downstairs_thermostat_humidity') }} percent humidity.
Inside the house, it is {{ states.climate.downstairs.attributes['current_temperature'] }} degrees with around {{ states('sensor.downstairs_thermostat_humidity') }} percent humidity.