hass-core/homeassistant/components/mastodon/manifest.json
Andrew Jackson cb4a48ca02
Migrate Mastodon integration to config flow (#122376)
* Migrate to config flow

* Fixes & add code owner

* Add codeowners

* Import within notify module

* Fixes from review

* Fixes

* Remove config schema
2024-07-27 13:07:02 +02:00

11 lines
327 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_push",
"loggers": ["mastodon"],
"requirements": ["Mastodon.py==1.8.1"]
}