13 lines
387 B
JSON
13 lines
387 B
JSON
{
|
|
"domain": "onvif",
|
|
"name": "ONVIF",
|
|
"codeowners": ["@hunterjm"],
|
|
"config_flow": true,
|
|
"dependencies": ["ffmpeg"],
|
|
"dhcp": [{ "registered_devices": true }],
|
|
"documentation": "https://www.home-assistant.io/integrations/onvif",
|
|
"iot_class": "local_push",
|
|
"loggers": ["onvif", "wsdiscovery", "zeep"],
|
|
"requirements": ["onvif-zeep-async==1.3.0", "WSDiscovery==2.0.0"]
|
|
}
|