hass-core/homeassistant/components/mastodon/manifest.json
Andrew Jackson 99a50fe874
Correct Mastodon IOT class (#125511)
* Correct iot class

* Fix hassfest
2024-09-08 15:40:53 +02:00

11 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"]
}