core/homeassistant/components/mastodon/manifest.json

10 lines
250 B
JSON
Raw Normal View History

{
"domain": "mastodon",
"name": "Mastodon",
"codeowners": ["@fabaff"],
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/mastodon",
"iot_class": "cloud_push",
2023-02-08 19:38:43 +00:00
"loggers": ["mastodon"],
"requirements": ["Mastodon.py==1.5.1"]
}