Correct Mastodon IOT class (#125511)
* Correct iot class * Fix hassfest
This commit is contained in:
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"]
|
||||
}
|
||||
|
|
|
@ -3512,7 +3512,7 @@
|
|||
"name": "Mastodon",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"matrix": {
|
||||
"name": "Matrix",
|
||||
|
|
Loading…
Add table
Reference in a new issue