From 148087a1c91f783c477feab1873c9c15512e1b07 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 15 Oct 2023 18:04:03 +0200 Subject: [PATCH] Mark Withings as cloud push (#102040) --- homeassistant/components/withings/manifest.json | 4 ++-- homeassistant/generated/integrations.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/withings/manifest.json b/homeassistant/components/withings/manifest.json index 9ed7dea08ad..ca1acae0a4b 100644 --- a/homeassistant/components/withings/manifest.json +++ b/homeassistant/components/withings/manifest.json @@ -6,7 +6,7 @@ "config_flow": true, "dependencies": ["application_credentials", "http", "webhook"], "documentation": "https://www.home-assistant.io/integrations/withings", - "iot_class": "cloud_polling", - "loggers": ["withings_api"], + "iot_class": "cloud_push", + "loggers": ["aiowithings"], "requirements": ["aiowithings==0.4.4"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index bb36eaaad1f..71fddb0a18a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6412,7 +6412,7 @@ "name": "Withings", "integration_type": "hub", "config_flow": true, - "iot_class": "cloud_polling" + "iot_class": "cloud_push" }, "wiz": { "name": "WiZ",