1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/mastodon/manifest.json
2025-08-22 19:35:11 +02:00

13 lines
359 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": "bronze",
"requirements": ["Mastodon.py==2.1.2"]
}