diff --git a/homeassistant/components/zha/light.py b/homeassistant/components/zha/light.py index 6701a9bb3c7..9a74a23fc2e 100644 --- a/homeassistant/components/zha/light.py +++ b/homeassistant/components/zha/light.py @@ -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."""