mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
ZHA support Quotra LED On quirk (#49137)
The Quotra-Vision QV-RGBCCT doesn't support the move_to_level_with_onoff command in ZCL spec. Force on with this device.
This commit is contained in:
parent
cc40e681e2
commit
5bf3469ffc
@ -533,7 +533,7 @@ class HueLight(Light):
|
||||
@STRICT_MATCH(
|
||||
channel_names=CHANNEL_ON_OFF,
|
||||
aux_channels={CHANNEL_COLOR, CHANNEL_LEVEL},
|
||||
manufacturers="Jasco",
|
||||
manufacturers={"Jasco", "Quotra-Vision"},
|
||||
)
|
||||
class ForceOnLight(Light):
|
||||
"""Representation of a light which does not respect move_to_level_with_on_off."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user