NextBus: Correct iot_class (#92208)

This commit is contained in:
Ian 2023-04-29 12:41:35 -07:00 committed by GitHub
parent d9e0681123
commit 1f2da1217b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"]
}

View File

@ -3622,7 +3622,7 @@
"name": "NextBus",
"integration_type": "hub",
"config_flow": false,
"iot_class": "local_polling"
"iot_class": "cloud_polling"
},
"nextcloud": {
"name": "Nextcloud",