mirror of https://github.com/home-assistant/core
13 lines
388 B
JSON
13 lines
388 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==3.1.12", "WSDiscovery==2.0.0"]
|
|
}
|