diff --git a/homeassistant/components/atag/manifest.json b/homeassistant/components/atag/manifest.json index c45d8c42546..4939cfba84f 100644 --- a/homeassistant/components/atag/manifest.json +++ b/homeassistant/components/atag/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@MatsNL"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/atag", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["pyatag"], "requirements": ["pyatag==0.3.5.3"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 0ca8267072f..7d35250ec92 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -569,7 +569,7 @@ }, "atag": { "name": "Atag", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },