2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "onvif",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "ONVIF",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/onvif",
|
2020-10-15 20:24:33 +00:00
|
|
|
"requirements": [
|
2020-10-19 03:29:53 +00:00
|
|
|
"onvif-zeep-async==1.0.0",
|
2020-10-15 20:24:33 +00:00
|
|
|
"WSDiscovery==2.0.0",
|
2020-10-19 03:29:53 +00:00
|
|
|
"zeep[async]==4.0.0"
|
2020-10-15 20:24:33 +00:00
|
|
|
],
|
2020-01-06 20:28:23 +00:00
|
|
|
"dependencies": ["ffmpeg"],
|
2020-05-01 06:15:40 +00:00
|
|
|
"codeowners": ["@hunterjm"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"iot_class": "local_push"
|
2020-01-06 20:28:23 +00:00
|
|
|
}
|