Wife and E's status reports
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
{%- macro getReport() -%}
|
||||
{% from 'speech.jinja' import greeting, dadjoke, inspirational_quote %}
|
||||
{% from 'time.jinja' import input_datetime_12hr, read_time_from_calendar, next_twitch_stream %}
|
||||
{% from 'status.jinja' import emma_sleep, tonyStatusReport %}
|
||||
{% from 'status.jinja' import tonyStatusReport, tinaStatusReport, kallenStatusReport, emmaStatusReport %}
|
||||
{% from 'easy_time.jinja' import count_the_days %}
|
||||
<p>
|
||||
{{ greeting() }}
|
||||
@ -90,6 +90,8 @@
|
||||
"Tina will not be at the thankless idiot scape known as work tomorrow. ",
|
||||
] | random }}
|
||||
{% endif %}
|
||||
|
||||
{{ emmaStatusReport('sleep','tts') }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -215,10 +217,6 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{ emma_sleep() }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% if (states('sensor.overnight_lowest_temperature') | int) <= (states('input_number.overnight_low_threshold') | int ) %}
|
||||
"It will be very cold tonight, make sure to use extra blankets, wear more clothes, or whatever else will help you stay warm! Additionally, make sure Emma's heater is set high enough!"
|
||||
|
Reference in New Issue
Block a user