diff --git a/homeassistant/components/axis/manifest.json b/homeassistant/components/axis/manifest.json index c69d7346b9e..aad057cd4b3 100644 --- a/homeassistant/components/axis/manifest.json +++ b/homeassistant/components/axis/manifest.json @@ -5,7 +5,9 @@ "documentation": "https://www.home-assistant.io/integrations/axis", "requirements": ["axis==44"], "dhcp": [ - { "registered_devices": true }, + { + "registered_devices": true + }, { "hostname": "axis-00408c*", "macaddress": "00408C*" @@ -27,20 +29,27 @@ "zeroconf": [ { "type": "_axis-video._tcp.local.", - "properties": { "macaddress": "00408c*" } + "properties": { + "macaddress": "00408c*" + } }, { "type": "_axis-video._tcp.local.", - "properties": { "macaddress": "accc8e*" } + "properties": { + "macaddress": "accc8e*" + } }, { "type": "_axis-video._tcp.local.", - "properties": { "macaddress": "b8a44f*" } + "properties": { + "macaddress": "b8a44f*" + } } ], "after_dependencies": ["mqtt"], "codeowners": ["@Kane610"], "quality_scale": "platinum", "iot_class": "local_push", + "integration_type": "device", "loggers": ["axis"] } diff --git a/homeassistant/components/deconz/manifest.json b/homeassistant/components/deconz/manifest.json index 81bdc974f25..5de15b16177 100644 --- a/homeassistant/components/deconz/manifest.json +++ b/homeassistant/components/deconz/manifest.json @@ -13,5 +13,6 @@ "codeowners": ["@Kane610"], "quality_scale": "platinum", "iot_class": "local_push", + "integration_type": "hub", "loggers": ["pydeconz"] } diff --git a/homeassistant/components/unifi/manifest.json b/homeassistant/components/unifi/manifest.json index 56b31b669e2..ad5178c2d29 100644 --- a/homeassistant/components/unifi/manifest.json +++ b/homeassistant/components/unifi/manifest.json @@ -21,5 +21,6 @@ } ], "iot_class": "local_push", + "integration_type": "hub", "loggers": ["aiounifi"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index f4c3c9cc76b..019529a94f0 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -445,7 +445,7 @@ "axis": { "config_flow": true, "iot_class": "local_push", - "integration_type": "hub", + "integration_type": "device", "name": "Axis" }, "baf": {