- Fix switch on for fan for cube appliances
Breaking Changes
- Unique id of entities changed. Using serial number now instead of cloud API id.
- Removed sleep switch.
- Removed speed control for fan (preset control is still there).
Major changes
- Added support for air conditioners (beta)
- Added periodic discovery of appliances.
- Added support for appliance address change.
- Enable integration configuration.
- Enable discovery of appliances at later time (after integration set up)
- Select appliance discovery behavior via dropdown
- Add notification if appliance is discovered on the network, but was ignored or polled from the cloud
- Added tank removed (bucket) binary sensor
- Added fan enabled switch.
- Support presets for fan.
- Added
capabilities
attribute to humidifier and climate entities. - Added
last_error_code
andlast_error_time
attribute to humidifier and climate entities. - Removed error code sensor and added attribute to main entites.
- Improved logging when coordinator fails to load device data.
- Mask confidential information from logs.
- Extended and made configurable time before device is considered unavailable.
Bug fixes
- If appliance doesn't load at start, integration will attempt again to set it up.
- An error during startup doesn't prevent integration to load.
- Fixed integration reload.
- Fixed entity naming conflicts after an appliance with same id as another old appliance is added.
Full Changelog: v0.5.0...v0.6.0