- Fix Apex Classic to use Basic Auth and JSON Status
- Allow Apex Classic to Toggle Switches and Feed Cycle
- Add support for Vortech pumps
- Get Temperature unit from HA Config if not set from Apex
- Fix update error
- Strip "L" from version information for certain devices
- Add Feed Cycle Switches
- Fix "any" bug on device update
- Added ability to update firmware of Apex device via HA
- Fixed IOT and polling class types
- Dos control service (@brettonw)
- Error handling fixes (@brettonw)
- Added open source license
- Fix "TEST" error on HA 2023.8
- Add translation strings for services HA 2023.8
- Enable HA debugging button for integration
- Add set_variable service for setting programming code in variables e.g. "Set 75"
- Fix cookie expiry bug
- Bug fix for config error on old status.xml file
- Change naming scheme for entities to start with apex_ Breaking change: This will create duplicate entities as the naming scheme has changed and any existing automations will need to be updated to the new format
- Add retrieval of measurements from Apex config e.g. temp probes report correct Celcius or Fahrenheit
- Add support for older Apex systems using status.xml (Currently read only, switches will not toggle as it's unauthenticated only)
- Add support for device (iotaPump|Sicce|Syncra)
- Change update interval to seconds instead of minutes as requested (Be aware quicker than 30 second polling can crash the controller)
- Add DOS bottle levels to sensor data
- Add more icons and measurements for missing sensors
- Add update interval to options
- Add set_output service to allow setting to OFF/ON/AUTO (Switches only support OFF/ON in HA)
- Update translations file for hacfest workflow
- Fixed "AON" status for outputs
- Remove excess logging code
- Fix coordinator updates
- Initial release of integration