Couple of minor tweaks to K's morning briefing
This commit is contained in:
@ -66,7 +66,7 @@
|
||||
It is going to be {{ states.sensor.clothing_forecast.state }} today so I suggest wearing shorts.
|
||||
{% endif %}
|
||||
{% set hightemp = state_attr('sensor.current_forecast','high_temp') | float %}
|
||||
{% if hightemp > 85 %}
|
||||
{% if hightemp > 84 %}
|
||||
Warning, today will be a very sweaty day, so you need to remember to stay hydrated.
|
||||
{% endif %}
|
||||
</p>
|
||||
@ -99,7 +99,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if is_state ('input_boolean.school_today', 'off') and is_state('sensor.pirateweather_icon', 'snow') %}
|
||||
Do you wanna build a snowman?
|
||||
Do you wanna build a snowman? It's snowing!
|
||||
{% endif %}
|
||||
|
||||
{% if states.sensor.school_end_days2go.state | int == -1 -%}
|
||||
|
Reference in New Issue
Block a user