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
2 changed files with 2 additions and 2 deletions
@@ -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"]
}
+1 -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",