mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 04:33:09 +00:00
Updating some words the house says
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
and {{ states.weather.home.state }}
|
||||
{% endif %}
|
||||
|
||||
{% if states.sensor.gwinnett_active_alerts.state | int > 0 %}
|
||||
There are currently {{states.sensor.gwinnett_active_alerts.state }} active weather alerts for our area.
|
||||
{% if states.sensor.weatheralerts_active_alerts.state | int > 0 %}
|
||||
There are currently {{states.sensor.weatheralerts_active_alerts.state }} active weather alerts for our area.
|
||||
{% endif %}
|
||||
|
||||
{% if is_state('binary_sensor.evening','on') %}
|
||||
|
@@ -45,8 +45,8 @@
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if states.sensor.gwinnett_active_alerts.state | int > 0 %}
|
||||
There are currently {{states.sensor.gwinnett_active_alerts.state }} active weather alerts for our area.
|
||||
{% if states.sensor.weatheralerts_active_alerts.state | int > 0 %}
|
||||
There are currently {{states.sensor.weatheralerts_active_alerts.state }} active weather alerts for our area.
|
||||
{% endif %}
|
||||
|
||||
Based on the forecasted high temperature,
|
||||
|
Reference in New Issue
Block a user