Merge branch 'custom-weather'
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -61,3 +61,5 @@
|
|||||||
**production_auth.json
|
**production_auth.json
|
||||||
**.log*
|
**.log*
|
||||||
**alexa_auth
|
**alexa_auth
|
||||||
|
weather_briefing_full.txt
|
||||||
|
yesterday_rain_total.txt
|
||||||
|
@ -190,7 +190,7 @@ sensor:
|
|||||||
] | random }}
|
] | random }}
|
||||||
{%- elif states('sensor.current_forecast') == 'hail' %}
|
{%- elif states('sensor.current_forecast') == 'hail' %}
|
||||||
{{ [
|
{{ [
|
||||||
'with severve thunderstorms possible.',
|
'with severe thunderstorms possible. ',
|
||||||
'with hail possible. '
|
'with hail possible. '
|
||||||
] | random }}
|
] | random }}
|
||||||
{{ [
|
{{ [
|
||||||
@ -323,7 +323,7 @@ sensor:
|
|||||||
] | random }}
|
] | random }}
|
||||||
{%- elif states('sensor.tomorrow_forecast') == 'hail' %}
|
{%- elif states('sensor.tomorrow_forecast') == 'hail' %}
|
||||||
{{ [
|
{{ [
|
||||||
'with severve thunderstorms possible.',
|
'with severe thunderstorms possible. ',
|
||||||
'with hail possible. '
|
'with hail possible. '
|
||||||
] | random }}
|
] | random }}
|
||||||
{{ [
|
{{ [
|
||||||
@ -531,11 +531,11 @@ sensor:
|
|||||||
{{ [
|
{{ [
|
||||||
'with some clouds. ',
|
'with some clouds. ',
|
||||||
'with partly cloudy skies. ',
|
'with partly cloudy skies. ',
|
||||||
'with scattered clouds'
|
'with scattered clouds. '
|
||||||
] | random }}
|
] | random }}
|
||||||
{%- elif states('sensor.current_forecast') == 'hail' %}
|
{%- elif states('sensor.current_forecast') == 'hail' %}
|
||||||
{{ [
|
{{ [
|
||||||
'with severve thunderstorms possible.',
|
'with severe thunderstorms possible. ',
|
||||||
'with hail possible. '
|
'with hail possible. '
|
||||||
] | random }}
|
] | random }}
|
||||||
{{ [
|
{{ [
|
||||||
|
Reference in New Issue
Block a user