This is the v1.0.0 milestone. The library is now a dependency of Home Assistant core. There is no API redesign in this release, v1.0.0 simply marks the start of stable semver.
Breaking:
- 15 temperature setpoints changed from
IntControlOumanEndpointtoFloatControlOumanEndpoint- Temperature drop and big temperature drop — L1/L2, room-sensor and
no-sensor variants (8) - Water-out minimum / maximum temperature — L1/L2 (4)
- Constant temp setpoint — L1 (1)
- Room temperature setpoint user — L1/L2 (2)
- Temperature drop and big temperature drop — L1/L2, room-sensor and
Fixed:
- Decimal writes (0.1 resolution) are no longer rejected on settings the device stores with one decimal place (home-assistant/core#174309).
Docs:
- Removed the disclaimer about unverified L2 and room-sensor endpoints, these have now been verified against hardware (#1).
Full Changelog: v0.5.0...v1.0.0