Update on PRs, HACS, and updates... #24
Closed
BJReplay
announced in
Announcements
Replies: 2 comments 2 replies
-
Not so. I'll create a pull req. Happy travels. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@BJReplay See HA usage statistics here. Usage of old versions tails off very quickly, so I would introduce that breaking change with a versioned depends sooner rather than holding off. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
As many have noted, HA 2024.6 throws warnings on startup. One set of warnings can easily be addressed, and has been in PR#21 (file I/O), but another cannot be easily be addressed without breaking the integration in anyone running an older version of HA (e.g. PR#20 which addresses the loading of timezone data).
The timezone data warning is just that - a warning - and from my observation, just about every integration is now throwing that warning.
The fix - to use the new async method introduced in 2024.6 will break anyone who uses this integration in an earlier version of HA.
If the old oziee repo was still around, that wouldn't be a problem, but given that it isn't, I don't want to introduce a breaking change so soon after another breaking change.
I know I can change the manifest to require 2024.6, but I'm inclined to wait until everyone has had a chance to upgrade.
If anyone knows of a way of knowing which versions of HA are running (does HA phone home?) so we can assess when most users have upgraded, that would be great.
This PR will add the integration back into HACS so that it can be added normally through HACS. It's hard to tell how long it will be until it's reviewed - there are 270 PRs open for adding to HACs - some are as old as August 2023. You can probably help it get reviewed quicker by giving it a thumbs up!
I'll be travelling from June 21 to July 26, so will only have (even more sporadic than usual) ability to monitor this repo.
Beta Was this translation helpful? Give feedback.
All reactions