mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
13 lines
357 B
JSON
13 lines
357 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"],
|
|
"quality_scale": "gold",
|
|
"requirements": ["Mastodon.py==2.1.2"]
|
|
}
|