From 117860f13b028c43345fa6891e6c5fde2edc77b0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 May 2021 13:30:23 +0200 Subject: [PATCH] Update Hue IoT Class to Local Push (#50637) --- homeassistant/components/hue/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/hue/manifest.json b/homeassistant/components/hue/manifest.json index 896c9c7a048..2a46da9c52b 100644 --- a/homeassistant/components/hue/manifest.json +++ b/homeassistant/components/hue/manifest.json @@ -23,5 +23,5 @@ }, "codeowners": ["@balloob", "@frenck"], "quality_scale": "platinum", - "iot_class": "local_polling" + "iot_class": "local_push" }