Skip to content

Releases: siku2/hass-vzug

v0.4.6

10 Jan 19:58
c4d8ba1

Choose a tag to compare

What's Changed in 0.4.6

Full Changelog: v0.4.5...v0.4.6

v0.4.5

15 Aug 15:22
e988ed9

Choose a tag to compare

What's Changed in v0.4.5

Full Changelog: 0.4.4...v0.4.5

0.4.4

18 Jun 18:48
d374f31

Choose a tag to compare

What's Changed

  • Fix integration not starting up because of json-repair (#96)
  • Fix deprecated import of DhcpServiceInfo breaking the config entry setup.

Full Changelog: 0.4.3...0.4.4

0.4.3

17 Jun 17:58
c29b705

Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

10 Jun 18:22
f2421e7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

01 Mar 14:37

Choose a tag to compare

What's Changed

The initial release of 0.4.0 created new entities instead of re-using the old ones. This release now provides a migration path so you don't need to update all your references to the entities. If you haven't updated to 0.4 yet, you can now safely update to this release without incurring any breaking changes.
Big thanks to @dontinelli for contributing this.

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

22 Feb 09:31
01856c9

Choose a tag to compare

This release finally brings the changes from the 0.4.0 pre-releases to stable. The pre-release versions have contained useful and important changes for almost 2 years, but I never got around to actually creating a release for them.

If you're already using the latest pre-release version, this version adds nothing new for you, but it brings major changes from 0.3.0.

When upgrading from 0.3.0 you should expect breaking changes. I recommend that you fully remove your existing config entries before upgrading!

What's Changed

  • Treat empty responses as null instead of crashing.

  • 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.

  • 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.

  • Provide diagnostics for download to gather more information about new appliances.

  • Allow the integration to start without gathering update information.

  • Update README.md with new working device by @Andurilll in #25

  • Add new device by @Vummmi in #52

  • Improve program sensor by @frimtec in #53

New Contributors

Full Changelog: 0.3.1...0.4.0

Version 0.4.0-alpha.5

18 Sep 20:19
44411bf

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

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

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