From f74fdd7605f9de3b5b213771c4eec0994e56757c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Wed, 18 Feb 2026 21:46:18 +0100 Subject: [PATCH] Add integration_type service to smhi (#163400) --- homeassistant/components/smhi/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/smhi/manifest.json b/homeassistant/components/smhi/manifest.json index 391c1e02dd2..dbaf57364d6 100644 --- a/homeassistant/components/smhi/manifest.json +++ b/homeassistant/components/smhi/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@gjohansson-ST"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smhi", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["pysmhi"], "requirements": ["pysmhi==1.1.0"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index b416a22b427..dd2a7dbe1be 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6347,7 +6347,7 @@ }, "smhi": { "name": "SMHI", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },