Skip to content

Releases: djtimca/haomnilogic

Require entity_id to be specified for custom pump and lights services

09 Jun 16:15
Compare
Choose a tag to compare

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

09 Jun 14:56
Compare
Choose a tag to compare

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

08 Jun 21:31
Compare
Choose a tag to compare

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.

08 Jun 13:43
Compare
Choose a tag to compare

Fix the malformed labels in the config flow and configuration screens. Fixes #11

ColorLogic V2 Light controls, small bug fixes, updated documentation.

07 Jun 19:14
Compare
Choose a tag to compare

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

06 Jun 19:27
Compare
Choose a tag to compare

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

03 Jun 19:10
Compare
Choose a tag to compare

Fix issue #6 where icons broke relays.

Update icons for switches to be more reflective of the pool component

03 Jun 18:17
Compare
Choose a tag to compare

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

03 Jun 13:22
Compare
Choose a tag to compare

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.

02 Jun 14:57
dacbb06
Compare
Choose a tag to compare

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