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:
Mike O'Driscoll 2021-04-12 20:32:36 -04:00 committed by GitHub
parent cc40e681e2
commit 5bf3469ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -533,7 +533,7 @@ class HueLight(Light):
@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="Jasco", manufacturers={"Jasco", "Quotra-Vision"},
) )
class ForceOnLight(Light): class ForceOnLight(Light):
"""Representation of a light which does not respect move_to_level_with_on_off.""" """Representation of a light which does not respect move_to_level_with_on_off."""