Releases: cdpuk/ha-bestway
Releases · cdpuk/ha-bestway
v1.4.0-alpha2
Fix for controlling the filter for Hydrojet and Airjet_V01 devices
v1.4.0-alpha1
Experimental release for testing Airjet_V01 and Hydrojet devices.
v1.3.1
This updates the integration following a recent change to the Bestway API that was causing all device updates to fail.
What's Changed
- Provide auth token for device status updates by @cdpuk in #45
Full Changelog: v1.3.0...v1.3.1
v1.2.0
What's Changed
- Major refactor to support devices other than Airjet spas. Big thanks to @phretor for getting this working against Flowclear pool filters. #31
- The integration will handle unknown devices more gracefully. There are additional sensors that should provide version and protocol information regardless of whether any device features are understood. #25
⚠️ WARNING ⚠️ Some internal entity IDs have changed. You may need to update your automations and dashboards.
Full Changelog: v1.1.5...v1.2.0
v1.1.5
What's Changed
- Improve error logging to debug missing device attributes by @cdpuk in #20
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Update manifest.json for new rules by @cdpuk in #12
- Dynamic min/max on climate control based on temperature unit by @cdpuk in #18
- Set
hvac_mode
with service climate.set_temperature
by @cdpuk in #19
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Fixed a deprecation warning that would break the integration in HA 2023.3.
v1.1.2
Fixed authentication token storage. Any errors related to this should stop after removing and re-adding the integration.
v1.1.1
- Offline devices now load devices and entities correctly (albeit mostly
unavailable
).
- Auth tokens get renewed if they're expiring within a month of the integration being loaded (potential for further improvement here to catch it at any point in time).