core/homeassistant/components/mastodon/manifest.json

12 lines
330 B
JSON

{
"domain": "mastodon",
"name": "Mastodon",
"codeowners": ["@fabaff", "@andrew-codechimp"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mastodon",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["mastodon"],
"requirements": ["Mastodon.py==1.8.1"]
}