v1.0.0b1 - A long time coming #175
Closed
cryptk
announced in
Announcements
Replies: 2 comments 1 reply
-
|
This is so great and exciting! Thank you!! Please review my comment on a connection issue with the new version. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Closing this discussion as 1.0.0 has just been released, there is a new discussion thread for it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a MAJOR refactor of the integration based on an equally refactored library. This has been a long time coming and resolves a lot of the maintainability problems with the integration and library that made this difficult to support and extend.
There shouldn't be too much that's directly visible yet, but there are some known breaking changes, specifically Valve Actuators now use the valve platform and some of the sensors have been renamed to make it more clear what they are for.
Please report any errors or missing functionality in the Discussion associated with this release.
The upshot of this, the underlying library now supports more functionality, including some items that have been requested for a long time (hello Chlorinator ORP control). That's not in the integration yet, but it's in the library and adding it should be relatively easy at this point.
Breaking Changes
Valve Actuators Now Use Valve Platform
Valve actuator relays have been moved from the switch platform to the new valve platform. This is a breaking change that will require users to update their automations and dashboards.
What this means for you:
switch.pool_waterfallbecomesvalve.pool_waterfall)Library Refactor - Entity Name Changes
This release includes a major refactor to use a newly redesigned underlying library (
python-omnilogic-local). While the functionality remains the same, some entity names and attributes may have changed.Action required:
What's Changed
Full Changelog: 0.7.13...1.0.0b1
Library Changelog: cryptk/python-omnilogic-local@v0.15.1...v0.22.0
This discussion was created from the release v1.0.0b1 - A long time coming.
Beta Was this translation helpful? Give feedback.
All reactions