Skip to content

Releases: tomasbedrich/home-assistant-skydance

3.0.1

23 Jan 14:44
13ae7f6
Compare
Choose a tag to compare

Replace deprecated constants by @myhomeiot in #13

3.0.0

07 Feb 13:51
Compare
Choose a tag to compare

Drop compatibility with HA 2022.7 and older. #9

Due to https://developers.home-assistant.io/blog/2022/07/08/config_entry_forwards/

2.0.1

30 Nov 23:50
Compare
Choose a tag to compare
  • Workaround for #7 - disable zone discovery originally triggered each hour. You need to restart Home Assistant if you add / recofigure your zones in Skydance app.

2.0.0

06 Nov 01:45
Compare
Choose a tag to compare

BEWARE, breaking release!

Devices + Entity associations has been redesigned. Most probably, you will need to uninstall the integration + install again + update your automations / scripts / etc.

  • Add support for light color modes (thanks tomasbedrich/skydance#6).
  • Use DataUpdateCoordinator to periodically fetch zone updates + handle issues.
  • Create only one Device + multiple entities.
  • Normalize MAC address in entity unique_id.

1.1.5

09 Jun 08:13
35c1bff
Compare
Choose a tag to compare
  • Bump version to trigger update of manifest.json, which is required by recent Home Assistant versions.

1.1.4

17 Jan 22:10
Compare
Choose a tag to compare

1.1.3

17 Jan 20:53
Compare
Choose a tag to compare
  • Suppress network errors during session closing. #1

1.1.2

01 Jan 13:43
Compare
Choose a tag to compare
  • Fix toggling multiple lights at once (eg. when activating a scene).

1.1.1

30 Dec 09:42
Compare
Choose a tag to compare
  • Remove optimization preventing assumed state refactor to work.

1.1.0

30 Dec 09:18
Compare
Choose a tag to compare
  • Use assumed state. #3