mirror of https://github.com/home-assistant/core
12 lines
330 B
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"]
|
|
}
|