core/homeassistant/components/feedreader/manifest.json

9 lines
222 B
JSON
Raw Normal View History

{
"domain": "feedreader",
"name": "Feedreader",
"documentation": "https://www.home-assistant.io/integrations/feedreader",
2020-12-31 11:00:43 +00:00
"requirements": ["feedparser==6.0.2"],
"codeowners": [],
"iot_class": "cloud_polling"
}