'Dusk is here, let there be light! Activating outdoor lights.'
]|random }}
{%- endmacro -%}
{%- endmacro -%}
{%- macro responsibilities() -%}
{%- macro responsibilities() -%}
{% if now().strftime('%a') == 'Wed' or now().strftime('%a') == 'Sun' %}
{% set day_of_week = now().strftime('%a') %}
Today is {{ now().strftime('%A') }} and {{ now().strftime('%A') }} is garbage day.
{% if day_of_week in ['Wed', 'Sun'] %}
{% endif %}
Today is {{ now().strftime('%A') }} and {{ now().strftime('%A') }} is garbage day.
{% if now().strftime('%a') == 'Wed' %}
{% if day_of_week == '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 %}
Today is Justin's day to do the chores.
{% set day_of_year = now().strftime('%j')|int(9999) %}
{% else %}
{% if day_of_year % 2 != 0 %}
Today is Paige's day to do the chores.
Today is Justin's day to do the chores.
{% endif %}
{% else %}
Today is Paige's day to do the chores.
{% 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.