From 175365bdea32b91041d79aee609fdc4efdaf650b Mon Sep 17 00:00:00 2001 From: Thomas55555 <59625598+Thomas55555@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:18:32 +0200 Subject: [PATCH] Add integration_type to Husqvarna Automower (#154642) --- homeassistant/components/husqvarna_automower/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/husqvarna_automower/manifest.json b/homeassistant/components/husqvarna_automower/manifest.json index 03605cc738b..be5598b08a3 100644 --- a/homeassistant/components/husqvarna_automower/manifest.json +++ b/homeassistant/components/husqvarna_automower/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/husqvarna_automower", + "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["aioautomower"], "quality_scale": "silver",