-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken on HA 2024.4.0b0 #130
Comments
EnvironmentHome Assistant Core release 2023.04 This custom component release with the issue1.5.5 Last working this custom component release (if known)All previous releases before 2024.04 Operating environment (Home Assistant/Supervisor/Docker/venv)Home Assistant Core 2024.4.0 Describe the bugUpdatting to the 2024.04 release version immediately broke the integration. Similar/same error as described above for the 2024.04 beta release. Steps to ReproduceFrom the Developer tools page the following error shows under Check and Restart: Configuration warnings As a quick troubleshooting attempt I changed my config to point to an alternate forecast sensor but it did not change the error. Expected behaviorNo errors in log, no errors on Developer tools page, Car Wash sensor updates same as before update to 2024.04 Debug logThe full error from the log is below (and looks same as previously mentioned error above other than the line numbers being off by a few lines). The error below is from the log after a successful update to the HA release version 2024.04. Logger: homeassistant.config Platform error: binary_sensor - cannot import name 'ATTR_FORECAST' from 'homeassistant.components.weather' (/usr/src/homeassistant/homeassistant/components/weather/init.py) |
See also #128 |
Having this same issue. |
Same here with 2024.4.1 |
1 similar comment
Same here with 2024.4.1 |
Here too. |
This is why it is broken: WHAT it needs to change to, I have no clue. According to the release notes it should allow you to pull the info by using weather.get_forcasts, but I have no idea how to convert that from yaml to (I believe) Python? (Novice coder) |
Hi, I've just create a PR #131, fix is working in my instance, but i'm not sure at all, if this is the right approach... |
fixed |
Environment
Describe the bug
After updating HA to 2023.4 the integration does not load anymore.
Steps to Reproduce
Update to HA core April beta release.
Expected behavior
Integration still works.
Debug log
The text was updated successfully, but these errors were encountered: