mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add Leviton as a supported brand of ZwaveJS (#75729)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
ef9142f379
commit
b0c17d67df
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -11,5 +11,6 @@ HAS_SUPPORTED_BRANDS = (
|
||||
"motion_blinds",
|
||||
"overkiz",
|
||||
"renault",
|
||||
"wemo"
|
||||
"wemo",
|
||||
"zwave_js"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user