From 8a26961304ac1c5893399e4cd3ab9f27d4e9ff9b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:56:01 +0100 Subject: [PATCH] Add integration_type service to aurora (#158852) --- homeassistant/components/aurora/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/aurora/manifest.json b/homeassistant/components/aurora/manifest.json index d94707bfa81..c73f98d9b4f 100644 --- a/homeassistant/components/aurora/manifest.json +++ b/homeassistant/components/aurora/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@djtimca"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/aurora", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["auroranoaa"], "requirements": ["auroranoaa==0.0.5"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 7d35250ec92..c89ec31847b 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -608,7 +608,7 @@ } }, "aurora": { - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },