From cb04a52220f3605f7db958bc6b269dbeed0fb1c3 Mon Sep 17 00:00:00 2001 From: Teju Nareddy Date: Thu, 12 Jan 2023 14:52:39 -0600 Subject: [PATCH] Fix IoT Class for Torque integration (#85667) * Fix IoT Class for Torque plugin This is currently misclassified: - There is no "Torque" server, the Torque plugin is the server that receives data directly from the client. It should be `local` instead of `cloud`. - The client sends data to the server as needed. This plugin will NOT poll for data. It should be `push` instead of `poll`. * Run hassfest Co-authored-by: Franck Nijhof --- homeassistant/components/torque/manifest.json | 2 +- homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/torque/manifest.json b/homeassistant/components/torque/manifest.json index 39b01ba712e..07d91299b4a 100644 --- a/homeassistant/components/torque/manifest.json +++ b/homeassistant/components/torque/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/integrations/torque", "dependencies": ["http"], "codeowners": [], - "iot_class": "cloud_polling" + "iot_class": "local_push" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index e8a672e8202..ba5f2fb7d86 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5618,7 +5618,7 @@ "name": "Torque", "integration_type": "hub", "config_flow": false, - "iot_class": "cloud_polling" + "iot_class": "local_push" }, "totalconnect": { "name": "Total Connect",