diff --git a/homeassistant/components/zwave_js/discovery.py b/homeassistant/components/zwave_js/discovery.py index 0720c28aceb..88717d9fc83 100644 --- a/homeassistant/components/zwave_js/discovery.py +++ b/homeassistant/components/zwave_js/discovery.py @@ -115,6 +115,7 @@ DISCOVERY_SCHEMAS = [ "Binary Tunable Color Light", "Multilevel Remote Switch", "Multilevel Power Switch", + "Multilevel Scene Switch", }, command_class={CommandClass.SWITCH_MULTILEVEL}, property={"currentValue"},