Fix some punctuation issues in weather briefings
This commit is contained in:
@ -547,7 +547,7 @@ template:
|
|||||||
'For the next day ',
|
'For the next day ',
|
||||||
'Tomorrow '
|
'Tomorrow '
|
||||||
] | random }}
|
] | random }}
|
||||||
expect a high of {{ state_attr('sensor.tomorrow_forecast','high_temp') }}
|
expect a high of {{ state_attr('sensor.tomorrow_forecast','high_temp') }} degrees.
|
||||||
{%- if states('sensor.tomorrow_forecast') == 'sunny' %}
|
{%- if states('sensor.tomorrow_forecast') == 'sunny' %}
|
||||||
{{ [
|
{{ [
|
||||||
'and sunny. ',
|
'and sunny. ',
|
||||||
@ -720,7 +720,7 @@ template:
|
|||||||
] | random }}
|
] | random }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
and {{ states.weather.iron_nerd_weather_station.state }}
|
and {{ states.weather.iron_nerd_weather_station.state }}.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if is_state('binary_sensor.early_night_mode','off')%}
|
{%- if is_state('binary_sensor.early_night_mode','off')%}
|
||||||
{{ [
|
{{ [
|
||||||
|
Reference in New Issue
Block a user