Releases: siku2/hass-vzug
Releases · siku2/hass-vzug
Version 0.4.0-alpha.5
What's Changed
- Treat empty responses as null instead of crashing.
- Update German translations by @gitlocalize-app in #13
- Bump ruff from 0.0.287 to 0.0.290 by @dependabot in #14
Full Changelog: 0.4.0-alpha.4...0.4.0-alpha.5
Version 0.4.0-alpha.4
What's Changed
- BREAKING: unique ids are now based on the mac address, this will cause new entities to be created.
- Support for discovering devices through either DHCP, or manually triggered active search.
- Support for password-protected devices.
- Feature-gate endpoints based on API version.
Full Changelog: 0.4.0-alpha.3...0.4.0-alpha.4
Version 0.4.0-alpha.3
What's Changed
This patch mainly fixes an issue with unique ids not actually being unique because older API versions don't provide 'deviceUuid' keys.
- Older API versions don't set the 'alterable' key for commands, so assume that they are by default.
- Allow the device to return 'null' instead of an empty list.
- Use the device serial number as a second option if the 'deviceUuid' is missing.
- Bump actions/checkout from 3 to 4 by @dependabot in #11
Full Changelog: 0.4.0-alpha.2...0.4.0-alpha.3
0.4.0-alpha.2
What's Changed
- Provide diagnostics for download to gather more information about new appliances.
- Allow the integration to start without gathering update information.
Full Changelog: 0.3.1...0.4.0-alpha.2
Version 0.3.1
What's Changed
- No longer reject empty category responses. Some appliances apparently don't have any user settings. These appliances should function correctly now.
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Add French translation by @IncendioMoussy
- Retry a command if the response fails to meet assertions. This should fix the occasional communication failure.
Full Changelog: 0.2.0...0.3.0
Version 0.2.0
What's Changed
- Expose all 'categories' and 'commands' (i.e. user settings) as entities.
- Use 'getEcoInfo' command instead of puzzling together the eco info from the commands.
- Config entries no longer break if given just an IP address.
Full Changelog: 0.1.2...0.2.0
Version 0.1.2
What's New
- Fix program end sensor and add "program end raw" diagnostic for investigation
- Fix API retry logic
Version 0.1.1
- Fix coordinator based entities never updating their state.
Full Changelog: 0.1.0...0.1.1
Version 0.1.0
ruff is always right