From 84f568abb17ff4ff9cb47d5a5931888de41d59ca Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Thu, 12 Aug 2021 23:08:51 +0200 Subject: [PATCH] Updated ZHA to also poll Philips Hue lights with new firmware (#54513) --- homeassistant/components/zha/light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zha/light.py b/homeassistant/components/zha/light.py index 628d9c3b9be..a340ffae736 100644 --- a/homeassistant/components/zha/light.py +++ b/homeassistant/components/zha/light.py @@ -523,7 +523,7 @@ class Light(BaseLight, ZhaEntity): @STRICT_MATCH( channel_names=CHANNEL_ON_OFF, aux_channels={CHANNEL_COLOR, CHANNEL_LEVEL}, - manufacturers="Philips", + manufacturers={"Philips", "Signify Netherlands B.V."}, ) class HueLight(Light): """Representation of a HUE light which does not report attributes."""