From 907ef8fa15ea243e62038def27ec843645653bfe Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Sat, 18 Oct 2025 09:59:53 +0200 Subject: [PATCH] Set integration type for feedreader (#154712) --- homeassistant/components/feedreader/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/feedreader/manifest.json b/homeassistant/components/feedreader/manifest.json index bd1a6f890a3..eb6f7716f46 100644 --- a/homeassistant/components/feedreader/manifest.json +++ b/homeassistant/components/feedreader/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@mib1185"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/feedreader", + "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["feedparser", "sgmllib3k"], "requirements": ["feedparser==6.0.12"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 5b633a12212..a6409238a16 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -1940,7 +1940,7 @@ }, "feedreader": { "name": "Feedreader", - "integration_type": "hub", + "integration_type": "service", "config_flow": true, "iot_class": "cloud_polling" },