Add integration_type to Axis, deCONZ and UniFi manifest (#80630)
This commit is contained in:
parent
bd0838cd49
commit
60a208a860
4 changed files with 16 additions and 5 deletions
|
@ -5,7 +5,9 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/axis",
|
"documentation": "https://www.home-assistant.io/integrations/axis",
|
||||||
"requirements": ["axis==44"],
|
"requirements": ["axis==44"],
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{ "registered_devices": true },
|
{
|
||||||
|
"registered_devices": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hostname": "axis-00408c*",
|
"hostname": "axis-00408c*",
|
||||||
"macaddress": "00408C*"
|
"macaddress": "00408C*"
|
||||||
|
@ -27,20 +29,27 @@
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_axis-video._tcp.local.",
|
"type": "_axis-video._tcp.local.",
|
||||||
"properties": { "macaddress": "00408c*" }
|
"properties": {
|
||||||
|
"macaddress": "00408c*"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "_axis-video._tcp.local.",
|
"type": "_axis-video._tcp.local.",
|
||||||
"properties": { "macaddress": "accc8e*" }
|
"properties": {
|
||||||
|
"macaddress": "accc8e*"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "_axis-video._tcp.local.",
|
"type": "_axis-video._tcp.local.",
|
||||||
"properties": { "macaddress": "b8a44f*" }
|
"properties": {
|
||||||
|
"macaddress": "b8a44f*"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"after_dependencies": ["mqtt"],
|
"after_dependencies": ["mqtt"],
|
||||||
"codeowners": ["@Kane610"],
|
"codeowners": ["@Kane610"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
|
"integration_type": "device",
|
||||||
"loggers": ["axis"]
|
"loggers": ["axis"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,5 +13,6 @@
|
||||||
"codeowners": ["@Kane610"],
|
"codeowners": ["@Kane610"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
|
"integration_type": "hub",
|
||||||
"loggers": ["pydeconz"]
|
"loggers": ["pydeconz"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,5 +21,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
|
"integration_type": "hub",
|
||||||
"loggers": ["aiounifi"]
|
"loggers": ["aiounifi"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -445,7 +445,7 @@
|
||||||
"axis": {
|
"axis": {
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"name": "Axis"
|
"name": "Axis"
|
||||||
},
|
},
|
||||||
"baf": {
|
"baf": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue