hass-core/homeassistant/components/zwave/manifest.json
Martin Hjelmare 50fffe48f8
Add zwave to zwave_js migration (#56159)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-29 08:55:27 -07:00

9 lines
298 B
JSON

{
"domain": "zwave",
"name": "Z-Wave (deprecated)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zwave",
"requirements": ["homeassistant-pyozw==0.1.10", "pydispatcher==2.0.5"],
"codeowners": ["@home-assistant/z-wave"],
"iot_class": "local_push"
}