core/homeassistant/components/ozw/manifest.json

11 lines
338 B
JSON

{
"domain": "ozw",
"name": "OpenZWave (beta)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ozw",
"requirements": ["python-openzwave-mqtt[mqtt-client]==1.4.0"],
"after_dependencies": ["mqtt"],
"codeowners": ["@cgarwood", "@marcelveldt", "@MartinHjelmare"],
"iot_class": "local_push"
}