Skip to content

Releases: siku2/hass-vzug

Version 0.4.0-alpha.5

18 Sep 20:19
44411bf
Compare
Choose a tag to compare
Version 0.4.0-alpha.5 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.0-alpha.4...0.4.0-alpha.5

Version 0.4.0-alpha.4

17 Sep 23:04
Compare
Choose a tag to compare
Version 0.4.0-alpha.4 Pre-release
Pre-release

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

16 Sep 23:36
Compare
Choose a tag to compare
Version 0.4.0-alpha.3 Pre-release
Pre-release

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

10 Sep 21:14
91f9d4a
Compare
Choose a tag to compare
0.4.0-alpha.2 Pre-release
Pre-release

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

24 Aug 19:29
Compare
Choose a tag to compare

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

23 Aug 17:23
Compare
Choose a tag to compare

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

22 Aug 01:39
Compare
Choose a tag to compare

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

20 Aug 22:32
Compare
Choose a tag to compare

What's New

  • Fix program end sensor and add "program end raw" diagnostic for investigation
  • Fix API retry logic

Version 0.1.1

14 Aug 20:19
Compare
Choose a tag to compare
  • Fix coordinator based entities never updating their state.

Full Changelog: 0.1.0...0.1.1

Version 0.1.0

13 Aug 23:08
Compare
Choose a tag to compare
ruff is always right