From 407b675080e0a0231089330bf3660047291da804 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:55:35 +0100 Subject: [PATCH] Add integration_type device to atag (#158850) --- homeassistant/components/atag/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" },