Releases: tomasbedrich/home-assistant-skydance
Releases · tomasbedrich/home-assistant-skydance
3.0.1
Replace deprecated constants by @myhomeiot in #13
3.0.0
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
2.0.0
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
- Bump version to trigger update of
manifest.json
, which is required by recent Home Assistant versions.
1.1.4
- Increase pause between writes. (see Known limitations)
1.1.3
1.1.2
- Fix toggling multiple lights at once (eg. when activating a scene).
1.1.1
- Remove optimization preventing assumed state refactor to work.