diff --git a/homeassistant/components/zwave_js/discovery.py b/homeassistant/components/zwave_js/discovery.py index 12ffcc576b7..1fdd8e12fd6 100644 --- a/homeassistant/components/zwave_js/discovery.py +++ b/homeassistant/components/zwave_js/discovery.py @@ -111,7 +111,7 @@ DISCOVERY_SCHEMAS = [ platform="light", device_class_generic={"Multilevel Switch", "Remote Switch"}, device_class_specific={ - "Multilevel Tunable Color Light", + "Tunable Color Light", "Binary Tunable Color Light", "Multilevel Remote Switch", "Multilevel Power Switch",