Add integration_type device to onvif (#159854)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 15:07:13 +01:00
committed by GitHub
parent b1189a33fe
commit 97998ff61f
2 changed files with 7 additions and 2 deletions

View File

@@ -4,8 +4,13 @@
"codeowners": ["@hunterjm", "@jterrace"],
"config_flow": true,
"dependencies": ["ffmpeg"],
"dhcp": [{ "registered_devices": true }],
"dhcp": [
{
"registered_devices": true
}
],
"documentation": "https://www.home-assistant.io/integrations/onvif",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["onvif", "wsdiscovery", "zeep"],
"requirements": ["onvif-zeep-async==4.0.4", "WSDiscovery==2.1.2"]

View File

@@ -4719,7 +4719,7 @@
},
"onvif": {
"name": "ONVIF",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},