Updating some words the house says
This commit is contained in:
parent
49db8b819f
commit
9ac3a6bd5f
|
@ -57,8 +57,8 @@
|
||||||
and {{ states.weather.home.state }}
|
and {{ states.weather.home.state }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if states.sensor.gwinnett_active_alerts.state | int > 0 %}
|
{% if states.sensor.weatheralerts_active_alerts.state | int > 0 %}
|
||||||
There are currently {{states.sensor.gwinnett_active_alerts.state }} active weather alerts for our area.
|
There are currently {{states.sensor.weatheralerts_active_alerts.state }} active weather alerts for our area.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if is_state('binary_sensor.evening','on') %}
|
{% if is_state('binary_sensor.evening','on') %}
|
||||||
|
|
|
@ -45,8 +45,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if states.sensor.gwinnett_active_alerts.state | int > 0 %}
|
{% if states.sensor.weatheralerts_active_alerts.state | int > 0 %}
|
||||||
There are currently {{states.sensor.gwinnett_active_alerts.state }} active weather alerts for our area.
|
There are currently {{states.sensor.weatheralerts_active_alerts.state }} active weather alerts for our area.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
Based on the forecasted high temperature,
|
Based on the forecasted high temperature,
|
||||||
|
|
Loading…
Reference in New Issue