From 128de23ab116b933a32682e4f2631a9e30af489d Mon Sep 17 00:00:00 2001 From: mountainsandcode Date: Fri, 17 Jan 2020 12:18:34 +0100 Subject: [PATCH] Mention deconz breaking change in blog post for 0.104 (#11784) * Mention deconz breaking change in blog post for 0.104 * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_posts/2020-01-15-release-104.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2020-01-15-release-104.markdown b/source/_posts/2020-01-15-release-104.markdown index fe5d4827d54..9eb59faa0c0 100644 --- a/source/_posts/2020-01-15-release-104.markdown +++ b/source/_posts/2020-01-15-release-104.markdown @@ -237,6 +237,8 @@ Make sure to fill in all fields of the issue template, that is helping us a lot! - __Hue__ - Hue will no longer import existing authentication from disk. It has not written this authentication to disk since March 2018. The config option has been deprecated and will be removed in 0.106. ([@balloob] - [#30000]) ([hue docs]) +- __deCONZ__ - Due to changes to configuration handling, deCONZ groups will be assigned new identifiers in Home Assistant. As a result, deCONZ groups will be duplicated. Remove any group devices from the registry prior to upgrading or alternatively delete the obsolete entries after the upgrade to eliminate the duplicates. ([#30875]) ([deconz docs]) + - __UPnP__ - UPnP/IGD units of measurement have been aligned with other integrations and common uses, they're now kB and kB/s instead of kbyte and kbyte/sec respectively. - ([@scop] - [#29552]) ([upnp docs]) - __Worx Landroid__ - The `worxlandroid` sensor has been changed to not return the hardcoded state values `manual-stop`, `charging`, `charging-complete`, `going-home`, `mowing`, instead use the states given from the Landroid to Home Assistant.