mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
Cleaning up my words...
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
{{states.sensor.today_is.state }}.
|
{{states.sensor.today_is.state }}.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
It is currently {{states.weather.home_2.state}} and {{states.sensor.back_porch_temperature.state|round}} degrees in Grayson.
|
It is currently {{states.weather.home_2.state}} and {{states.sensor.acurite_6045m_3078_t.state|round}} degrees in Grayson.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% if states.sensor.nws_alerts.state | int > 0 %}
|
{% if states.sensor.nws_alerts.state | int > 0 %}
|
||||||
|
@@ -35,7 +35,7 @@
|
|||||||
{{states.sensor.today_is.state }}.
|
{{states.sensor.today_is.state }}.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
It is currently {{states.weather.home_2.state}} and {{states.sensor.back_porch_temperature.state|round}} degrees in Grayson.
|
It is currently {{states.weather.home.state}} and {{states.sensor.acurite_6045m_3078_t.state|round}} degrees in Grayson.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% if is_state('sensor.clothing_forecast', 'Freezing') %}
|
{% if is_state('sensor.clothing_forecast', 'Freezing') %}
|
||||||
|
Reference in New Issue
Block a user