Correct Mastodon IOT class (#125511)

* Correct iot class

* Fix hassfest
This commit is contained in:
Andrew Jackson 2024-09-08 14:40:53 +01:00 committed by GitHub
parent 65b48aa903
commit 99a50fe874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mastodon",
"integration_type": "service",
"iot_class": "cloud_push",
"iot_class": "cloud_polling",
"loggers": ["mastodon"],
"requirements": ["Mastodon.py==1.8.1"]
}

View file

@ -3512,7 +3512,7 @@
"name": "Mastodon",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_push"
"iot_class": "cloud_polling"
},
"matrix": {
"name": "Matrix",