Skip to content

v2.1.0

Compare
Choose a tag to compare
@mvdwetering mvdwetering released this 23 Apr 12:12
· 94 commits to dev since this release

What's Changed

NOTE
Minimum supported Home Assistant version is now 2024.4.0

This release is mainly getting up-to-date with the latest Home Assistant features and some other improvements.

  • Remove repair from the "to v2" migration as announced. The code was hacky and had some other downsides so it was cleaned up. To detect unknown entities being used in automations, like the repair did, use the Watchman or Spook integrations which are great for these kind of things.
  • Add support for Reconfigure of integration. This allows to update the IP address in case it changed for users where zeroconf is not able to do it automatically.
  • Make entities unavailable after multiple failed commands instead of a single failed one. Sometimes the syncbox just drops a command, not sure why, this would result in an error in the logs and all entities becoming unavailable and back again for no real good reason.
  • Added Dutch translation
  • Add icons to services
  • Improved debuglogging. This should make solving issues in the future easier.
  • Some more under the hood work for deprecations and other changes in Home Assistant.

Full Changelog: v2.0.1...v2.1.0