Releases: djtimca/haomnilogic
Require entity_id to be specified for custom pump and lights services
Ensure that entity_id is specified as a target for the lights and pump speed services.
Change cloud update failures, bump API version to handle data error
Change cloud update failures to return ConfigEntryNotReady to try to fix Unavailable issue.
Bump API version to handle new error more gracefully.
Add async timeout handling for API updates
Add async timeout handling to the API data coordinator to try to resolve entities going unavailable periodically.
Fix labels in config flow and configuration window.
Fix the malformed labels in the config flow and configuration screens. Fixes #11
ColorLogic V2 Light controls, small bug fixes, updated documentation.
Added the custom service to add speed and brightness controls for ColorLogic V2 lights (omnilogic.set_v2_lights
)
Small bug fixes to some areas of code.
Updated the documentation in the repository to provide better information on custom services and capabilities for use.
Bump Omnilogic API Version
Bump Omnilogic API version to 0.4.6. Should fix issue #7 as well as add OmniHub support.
Fix issue #6 for Relays after Icons
Fix issue #6 where icons broke relays.
Update icons for switches to be more reflective of the pool component
Updated icons for relays, pumps, and valves so the icon is more reflective of what the component is.
Update to Relays to try to fix issue #4 where valves/relays aren't appearing
Updated the telemetry to track relayState instead of switchState to get Relays to appear correctly.
Apply updates and fixes from core integration and update all components to use current structures.
The initial release had some components which weren't using the current data structures and hadn't had all fixes from the core applied. This release should bring all the core updates together along with the additional platforms. Could not test for relays/valves/pumps (other than Filter Pumps) so will need the community to report any issues with waterfall valves etc. with this version. Should fix #1