15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"domain": "onvif",
|
|
"name": "ONVIF",
|
|
"documentation": "https://www.home-assistant.io/integrations/onvif",
|
|
"requirements": [
|
|
"onvif-zeep-async==1.0.0",
|
|
"WSDiscovery==2.0.0",
|
|
"zeep[async]==4.0.0"
|
|
],
|
|
"dependencies": ["ffmpeg"],
|
|
"codeowners": ["@hunterjm"],
|
|
"config_flow": true,
|
|
"iot_class": "local_push"
|
|
}
|