mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
12 lines
331 B
JSON
12 lines
331 B
JSON
{
|
|
"domain": "feedreader",
|
|
"name": "Feedreader",
|
|
"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"]
|
|
}
|