core/homeassistant/components/zwave/manifest.json

11 lines
331 B
JSON
Raw Normal View History

{
"domain": "zwave",
2021-02-03 10:54:00 +00:00
"name": "Z-Wave (deprecated)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zwave",
2020-03-24 11:04:33 +00:00
"requirements": ["homeassistant-pyozw==0.1.10", "pydispatcher==2.0.5"],
"after_dependencies": ["ozw"],
"codeowners": ["@home-assistant/z-wave"],
"iot_class": "local_push"
}