* Add dhcp ip update support to onvif If we know the mac address of the camera we can update the config entry when the ip changes * fix lookup * coverage * remove unreachable * remove unreachable * remove unreachable
12 lines
388 B
JSON
12 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==1.2.11", "WSDiscovery==2.0.0"]
|
|
}
|