core/homeassistant/components/onvif/manifest.json

10 lines
267 B
JSON
Raw Normal View History

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