From 510e391ee43bbf655d39ff0cc7b838a5277376fa Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:41:17 +0100 Subject: [PATCH] Add integration_type device to airtouch4 (#158833) --- homeassistant/components/airtouch4/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/airtouch4/manifest.json b/homeassistant/components/airtouch4/manifest.json index 8a1f947af64..385fd796ebd 100644 --- a/homeassistant/components/airtouch4/manifest.json +++ b/homeassistant/components/airtouch4/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@samsinnamon"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/airtouch4", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["airtouch4pyapi"], "requirements": ["airtouch4pyapi==1.0.5"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index aa34502d914..47722559e30 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -160,7 +160,7 @@ }, "airtouch4": { "name": "AirTouch 4", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },