core/homeassistant/components/reddit/manifest.json

10 lines
239 B
JSON
Raw Normal View History

{
"domain": "reddit",
"name": "Reddit",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/reddit",
"iot_class": "cloud_polling",
2023-02-08 19:13:46 +00:00
"loggers": ["praw", "prawcore"],
"requirements": ["praw==7.5.0"]
}