2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "onvif",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "ONVIF",
|
2020-05-01 06:15:40 +00:00
|
|
|
"codeowners": ["@hunterjm"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:32:43 +00:00
|
|
|
"dependencies": ["ffmpeg"],
|
2023-04-16 19:55:33 +00:00
|
|
|
"dhcp": [{ "registered_devices": true }],
|
2023-02-08 19:32:43 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/onvif",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2023-02-08 19:32:43 +00:00
|
|
|
"loggers": ["onvif", "wsdiscovery", "zeep"],
|
2023-04-22 15:49:41 +00:00
|
|
|
"requirements": ["onvif-zeep-async==1.3.0", "WSDiscovery==2.0.0"]
|
2020-01-06 20:28:23 +00:00
|
|
|
}
|