mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Updated ZHA to also poll Philips Hue lights with new firmware (#54513)
This commit is contained in:
parent
b1fb8de0f5
commit
84f568abb1
@ -523,7 +523,7 @@ class Light(BaseLight, ZhaEntity):
|
|||||||
@STRICT_MATCH(
|
@STRICT_MATCH(
|
||||||
channel_names=CHANNEL_ON_OFF,
|
channel_names=CHANNEL_ON_OFF,
|
||||||
aux_channels={CHANNEL_COLOR, CHANNEL_LEVEL},
|
aux_channels={CHANNEL_COLOR, CHANNEL_LEVEL},
|
||||||
manufacturers="Philips",
|
manufacturers={"Philips", "Signify Netherlands B.V."},
|
||||||
)
|
)
|
||||||
class HueLight(Light):
|
class HueLight(Light):
|
||||||
"""Representation of a HUE light which does not report attributes."""
|
"""Representation of a HUE light which does not report attributes."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user