1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 17:44:45 +01:00

Set integration type for feedreader (#154712)

This commit is contained in:
Michael
2025-10-18 09:59:53 +02:00
committed by GitHub
parent bc93153c40
commit 907ef8fa15
2 changed files with 2 additions and 1 deletions
@@ -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"]
+1 -1
View File
@@ -1940,7 +1940,7 @@
},
"feedreader": {
"name": "Feedreader",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},