Skip to content

Commit

Permalink
NextBus: Correct iot_class (#92208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Apr 29, 2023
1 parent d9e0681 commit 1f2da12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/nextbus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3622,7 +3622,7 @@
"name": "NextBus",
"integration_type": "hub",
"config_flow": false,
"iot_class": "local_polling"
"iot_class": "cloud_polling"
},
"nextcloud": {
"name": "Nextcloud",
Expand Down

0 comments on commit 1f2da12

Please sign in to comment.