mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"domain": "zwave_js",
|
|
"name": "Z-Wave",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@home-assistant/z-wave"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "repairs", "usb", "websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/zwave_js",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["zwave_js_server"],
|
|
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.67.1"],
|
|
"usb": [
|
|
{
|
|
"known_devices": ["Aeotec Z-Stick Gen5+", "Z-WaveMe UZB"],
|
|
"pid": "0200",
|
|
"vid": "0658"
|
|
},
|
|
{
|
|
"description": "*z-wave*",
|
|
"known_devices": ["Nortek HUSBZB-1"],
|
|
"pid": "8A2A",
|
|
"vid": "10C4"
|
|
},
|
|
{
|
|
"description": "*nabu casa zwa-2*",
|
|
"known_devices": ["Nabu Casa Connect ZWA-2"],
|
|
"manufacturer": "nabu casa",
|
|
"pid": "4001",
|
|
"vid": "303A"
|
|
},
|
|
{
|
|
"description": "*sonoff*zwave*",
|
|
"known_devices": ["SONOFF ZWave 800 Dongle Plus ZG23"],
|
|
"manufacturer": "sonoff",
|
|
"pid": "EA60",
|
|
"vid": "10C4"
|
|
}
|
|
],
|
|
"zeroconf": ["_zwave-js-server._tcp.local."]
|
|
}
|