core/homeassistant/components/mastodon/manifest.json

13 lines
230 B
JSON
Raw Normal View History

{
"domain": "mastodon",
"name": "Mastodon",
"documentation": "https://www.home-assistant.io/components/mastodon",
"requirements": [
2019-08-16 14:14:32 +00:00
"Mastodon.py==1.4.6"
],
"dependencies": [],
"codeowners": [
"@fabaff"
]
}