diff --git a/plejd/CHANGELOG.md b/plejd/CHANGELOG.md index ea70aee..43264bc 100644 --- a/plejd/CHANGELOG.md +++ b/plejd/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog hassio-plejd Home Assistant Plejd addon +## 0.8.0-dev + +**BREAKING - READ BELOW FIRST** + +Release 0.8 will break ALL EXISTING DEVICES. Unique mqtt id:s will change, meaning HA will create new devices. Scenes will be added as scenes not as switches. + +Recommendations to minimize impact + +- Optionally install MQTT explorer to bulk-delete discovered devices. If so - start MQTT explorer, connect, restart Plejd addon and then delete from MQTT explorer +- Shut down Plejd addon, disable autostart +- Reboot HA +- Go to Configuration => Integration => MQTT. Go to entities and after that devices and remove all Plejd devices (should be listed as unavailable) +- Upgrade addon to latest version and start +- All devices should now be back. With luck they will have the same HA id:s as before so most things should work. Room assignments, icons, etc will be gone though. + ## [0.7.1](https://github.com/icanos/hassio-plejd/tree/0.7.1) (2021-03-25) [Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.7.0...0.7.1) diff --git a/plejd/config.json b/plejd/config.json index 361eda4..3b0e94f 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.7.1", + "version": "0.8.0-dev", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/",