Merge branch 'custom-weather'

This commit is contained in:
2022-03-31 04:05:29 -04:00
2 changed files with 103 additions and 101 deletions

2
.gitignore vendored
View File

@ -61,3 +61,5 @@
**production_auth.json
**.log*
**alexa_auth
weather_briefing_full.txt
yesterday_rain_total.txt

View File

@ -190,7 +190,7 @@ sensor:
] | random }}
{%- elif states('sensor.current_forecast') == 'hail' %}
{{ [
'with severve thunderstorms possible.',
'with severe thunderstorms possible. ',
'with hail possible. '
] | random }}
{{ [
@ -323,7 +323,7 @@ sensor:
] | random }}
{%- elif states('sensor.tomorrow_forecast') == 'hail' %}
{{ [
'with severve thunderstorms possible.',
'with severe thunderstorms possible. ',
'with hail possible. '
] | random }}
{{ [
@ -531,11 +531,11 @@ sensor:
{{ [
'with some clouds. ',
'with partly cloudy skies. ',
'with scattered clouds'
'with scattered clouds. '
] | random }}
{%- elif states('sensor.current_forecast') == 'hail' %}
{{ [
'with severve thunderstorms possible.',
'with severe thunderstorms possible. ',
'with hail possible. '
] | random }}
{{ [