core/homeassistant/components/onvif/manifest.json

15 lines
334 B
JSON
Raw Normal View History

{
"domain": "onvif",
"name": "ONVIF",
"documentation": "https://www.home-assistant.io/integrations/onvif",
2020-10-15 20:24:33 +00:00
"requirements": [
"onvif-zeep-async==1.0.0",
2020-10-15 20:24:33 +00:00
"WSDiscovery==2.0.0",
"zeep[async]==4.0.0"
2020-10-15 20:24:33 +00:00
],
"dependencies": ["ffmpeg"],
2020-05-01 06:15:40 +00:00
"codeowners": ["@hunterjm"],
"config_flow": true,
"iot_class": "local_push"
}