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