Add Leviton as a supported brand of ZwaveJS (#75729)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Zack Barett 2022-07-27 16:39:39 -05:00 committed by GitHub
parent ef9142f379
commit b0c17d67df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -30,5 +30,8 @@
}
],
"zeroconf": ["_zwave-js-server._tcp.local."],
"loggers": ["zwave_js_server"]
"loggers": ["zwave_js_server"],
"supported_brands": {
"leviton_z_wave": "Leviton Z-Wave"
}
}

View File

@ -11,5 +11,6 @@ HAS_SUPPORTED_BRANDS = (
"motion_blinds",
"overkiz",
"renault",
"wemo"
"wemo",
"zwave_js"
)