Update zwave_js discovery schema for light platform (#45861)

This commit is contained in:
Marcel van der Veldt 2021-02-02 10:18:44 +01:00 committed by GitHub
parent b3e2f8f904
commit 0e3ba532c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,7 @@ DISCOVERY_SCHEMAS = [
"Binary Tunable Color Light", "Binary Tunable Color Light",
"Multilevel Remote Switch", "Multilevel Remote Switch",
"Multilevel Power Switch", "Multilevel Power Switch",
"Multilevel Scene Switch",
}, },
command_class={CommandClass.SWITCH_MULTILEVEL}, command_class={CommandClass.SWITCH_MULTILEVEL},
property={"currentValue"}, property={"currentValue"},