Releases: msp1974/aioWiserHeatAPI
Releases · msp1974/aioWiserHeatAPI
v1.6.5
- Fix: improve status handling of hot water for hw climate mode
v1.6.4
- Fix: fix issue of default extra config values not being provided
v1.6.3
- Fix: fix error in temp validator from websocket schedule data that errored if a slot was set to off
v1.6.2
- Fix: Not correctly adding equipment data to device
- Fix: Incompatibility with Python3.13
v1.6.1
- Added support for temperature and humidity sensor
v1.6.0
- Refactored how devices are enumerated
- BREAKING CHANGE - threshold sensor is now a device attribute and not its own device
- Added: support for 2 gang light switches
- Added: support for threshold and UI configuration as device attributes
- Added: support for PTC devices
- Added: UUID now exists for all devices (for future use)
- Added: New attributes and stored extra config for Hot Water to support HW Climate automation in HA integration
- Added: Control of interacts with room climate for binary sensors
v1.5.19
- Fixed error when BoilerInterface does not provide DeviceId field
- Fixed not supporting non ascii characters in schedule names
- Added ButtonPanel device support
v1.5.18
- Handle client payload error in retry routine
v1.5.17
- Fixed error setting opentherm endpoint for fw above 4.32.46
- Added support for CFMT devices
v1.5.16
Add support for alternate opentherm endpoint for v2 hubs with fw versions 4.32.47 and above - issue #15