Info on whether or not E has napped today
This commit is contained in:
@ -358,6 +358,10 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{ states('sensor.emma_nap_info') }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
'Around the house, there are currently {{ states('sensor.current_lights_on') }} lights on. '
|
||||
{% set windows = states('sensor.windows_open') %}
|
||||
|
@ -221,6 +221,10 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{ states('sensor.emma_nap_info') }}
|
||||
</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!"
|
||||
|
@ -148,6 +148,10 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{ states('sensor.emma_nap_info') }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{ dadjoke() }}
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user