mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
NextBus: Correct iot_class (#92208)
This commit is contained in:
parent
d9e0681123
commit
1f2da1217b
@ -3,7 +3,7 @@
|
|||||||
"name": "NextBus",
|
"name": "NextBus",
|
||||||
"codeowners": ["@vividboarder"],
|
"codeowners": ["@vividboarder"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nextbus",
|
"documentation": "https://www.home-assistant.io/integrations/nextbus",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["py_nextbus"],
|
"loggers": ["py_nextbus"],
|
||||||
"requirements": ["py_nextbusnext==0.1.5"]
|
"requirements": ["py_nextbusnext==0.1.5"]
|
||||||
}
|
}
|
||||||
|
@ -3622,7 +3622,7 @@
|
|||||||
"name": "NextBus",
|
"name": "NextBus",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"name": "Nextcloud",
|
"name": "Nextcloud",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user