Added mention of frost risk to weather briefing #59
This commit is contained in:
@ -12,6 +12,14 @@
|
|||||||
{{ states('sensor.clothing_forecast_detail') }}
|
{{ states('sensor.clothing_forecast_detail') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
{% if is_state('sensor.outside_frostrisk','high') %}
|
||||||
|
"There is currently a high chance of frost outside. Plan accordingly! "
|
||||||
|
{% elif is_state('sensor.outside_frostrisk','probable') %}
|
||||||
|
"The possibility of frost exists currently. Be prepared. "
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if states('sensor.weatheralerts_active_alerts') > '0' %}
|
{% if states('sensor.weatheralerts_active_alerts') > '0' %}
|
||||||
"Currently there are weather alerts active. The total number of alerts is {{ states('sensor.weatheralerts_active_alerts') }}. They are as follows. "
|
"Currently there are weather alerts active. The total number of alerts is {{ states('sensor.weatheralerts_active_alerts') }}. They are as follows. "
|
||||||
|
Reference in New Issue
Block a user