Home assistant changed weather forecasts from attributes to a service reply. #671
Replies: 6 comments 2 replies
|
What a royal PITA. All that work on my forecast page down the drain. |
|
"i created a new weather service called home forecast " HOW do you create a new service?? Im Still lost... all I've been able to do is pull from a different sensor It's not nearly as comprehensive as the old text I got from NWS though. |
|
The old way puts strain on HA database and API calls There are several other threads on GitHub and HA forums that explain better than I can but I will try to follow up with more info when I'm in a computer. Another good one. Get hub. There are several answers in the comments. |
|
now I know why my entire home heating system has been acting screwy. It's been stuck on a 14.2 deg C forecast. |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Sept 2023 Ha announced that the use of weather attributes will be depreciated in March of 2024 I did not have time to fix this issue until now.
Weather forecast service
If you use the old way of using the weather attributes in a template they would no longer work.
OLD WAY
Solution:
Create a Hourly weather sensor.
sensor.weather_hourlyThis does not work for accuweather I needed to use the Meteorologisk institutt (Met.no) integration.
just for less confusion i created a new weather service called
home forecastthen created new sensor
sensor.weather_hourlyin mytemplate.yamlhourly forecast sensor
New yaml for plates for +8 hour data to be displayed. basicly replace all
weather.barb_s_place_hourly'withsensor.weather_hourlyyaml
sources
Weather forecast service
HA dev Weather forecasts
https://community.home-assistant.io/t/petition-dont-delete-the-forecast-attribute/609298?u=rod_poplarchick
Unsure How To Use Hourly Forecast Information (Since 2024.3.0) #112628
All reactions