mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Correct Mastodon IOT class (#125511)
* Correct iot class * Fix hassfest
This commit is contained in:
parent
65b48aa903
commit
99a50fe874
@ -5,7 +5,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/mastodon",
|
"documentation": "https://www.home-assistant.io/integrations/mastodon",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["mastodon"],
|
"loggers": ["mastodon"],
|
||||||
"requirements": ["Mastodon.py==1.8.1"]
|
"requirements": ["Mastodon.py==1.8.1"]
|
||||||
}
|
}
|
||||||
|
@ -3512,7 +3512,7 @@
|
|||||||
"name": "Mastodon",
|
"name": "Mastodon",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
"matrix": {
|
"matrix": {
|
||||||
"name": "Matrix",
|
"name": "Matrix",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user