Skip to content

Commit

Permalink
weather.forecast_home to weather.home for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkysteveo authored Nov 28, 2023
1 parent 1eb291b commit f1973f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions automation-4.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_0') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_0') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 140
"y": 105
Expand Down Expand Up @@ -117,7 +117,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_1') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_1') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 216
"y": 105
Expand Down Expand Up @@ -177,7 +177,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_2') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_2') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 292
"y": 105
Expand Down Expand Up @@ -237,7 +237,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_3') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_3') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 368
"y": 105
Expand Down Expand Up @@ -316,7 +316,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_4') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_4') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 50
"y": 259
Expand Down Expand Up @@ -395,7 +395,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_5') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_5') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 150
"y": 259
Expand Down Expand Up @@ -474,7 +474,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_6') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_6') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 250
"y": 259
Expand Down Expand Up @@ -553,7 +553,7 @@ action:
state_attr('sensor.weatherman_data_tag','wm_precipitation_7') == 0
else state_attr('sensor.weatherman_data_tag','wm_precipitation_7') |
string + ' ' +
state_attr('weather.forecast_home','precipitation_unit') }}
state_attr('weather.home','precipitation_unit') }}
font: ../../media/GothamRnd-Bold.ttf
x: 350
"y": 259
Expand Down

0 comments on commit f1973f2

Please sign in to comment.