Skip to content

Commit

Permalink
lgtm
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmartin committed Nov 18, 2023
1 parent 59639ce commit 8df5e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/sensor/weather.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{%- set tp = us.temperature -%}
{%- set ws = us.wind_speed -%}
{%- endif -%}
Outside is {{ c -}}; {{ t }}{{ tp }} with {{ h -}}% humidity. Wind is {{ w }}{{ ws }} from {{ b -}}. Over the next {{ d }} days the temperature will range from {{ n }}{{ tp }} to {{ m }}{{ tp -}}. {% if s|int > 0 and d|int > 0 %}Precipitation expected ({{- s }} {{ ap -}}) over {{ r }} days{%- else %}No precipitation forecasted{%- endif -%}.
Outside is {{ c -}}; {{ t }}{{ tp }} with {{ h -}}% humidity. Wind is {{ w }}{{ ws }} from {{ b -}}. Over the next {{ d }} days the temperature will range from {{ n }}{{ tp }} to {{ m }}{{ tp -}}. {% if s|float > 0 and d|int > 0 %}Precipitation expected ({{- s }} {{ ap -}}) over {{ r }} days{%- else %}No precipitation forecasted{%- endif -%}.
{%- endif -%}
value_template: >-
{%- set s = states('sensor.motion_name') -%}
Expand Down

0 comments on commit 8df5e9f

Please sign in to comment.