core/homeassistant/components/ozw/manifest.json

12 lines
376 B
JSON

{
"domain": "ozw",
"name": "OpenZWave (deprecated)",
"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",
"loggers": ["openzwavemqtt"]
}