]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix deprecated channels on reinitialization. (#11779)
authorjlaur <jacob-github@vindvejr.dk>
Wed, 15 Dec 2021 10:41:50 +0000 (11:41 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 10:41:50 +0000 (11:41 +0100)
Fixes #11778

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.hdpowerview/src/main/java/org/openhab/binding/hdpowerview/internal/handler/HDPowerViewHubHandler.java

index 3b3579a363e7ff0c0d7a556abf09ba768420d998..9a75c03f318d3d43f5dae66b5d05358884cd597b 100644 (file)
@@ -169,6 +169,7 @@ public class HDPowerViewHubHandler extends BaseBridgeHandler {
         sceneCache.clear();
         sceneCollectionCache.clear();
         scheduledEventCache.clear();
+        deprecatedChannelsCreated = false;
     }
 
     public @Nullable HDPowerViewWebTargets getWebTargets() {