From 1f2da1217bb06348d47a4ae2b08ca248e29a179e Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 29 Apr 2023 12:41:35 -0700 Subject: [PATCH] NextBus: Correct iot_class (#92208) --- homeassistant/components/nextbus/manifest.json | 2 +- homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/nextbus/manifest.json b/homeassistant/components/nextbus/manifest.json index f475c94ed47..b77ffa86f03 100644 --- a/homeassistant/components/nextbus/manifest.json +++ b/homeassistant/components/nextbus/manifest.json @@ -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"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index d85765aec4c..b8d8b207991 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3622,7 +3622,7 @@ "name": "NextBus", "integration_type": "hub", "config_flow": false, - "iot_class": "local_polling" + "iot_class": "cloud_polling" }, "nextcloud": { "name": "Nextcloud",