From b50a8e04a8e6b6273d7b035159ff9e179daaf1f5 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 10:47:27 +0100 Subject: [PATCH] Add integration_type hub to airtouch5 (#158834) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/components/airtouch5/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/airtouch5/manifest.json b/homeassistant/components/airtouch5/manifest.json index be1c640cf5d..7c7a1c4dd94 100644 --- a/homeassistant/components/airtouch5/manifest.json +++ b/homeassistant/components/airtouch5/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@danzel"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/airtouch5", + "integration_type": "hub", "iot_class": "local_push", "loggers": ["airtouch5py"], "requirements": ["airtouch5py==0.3.0"]