Mark Withings as cloud push (#102040)

This commit is contained in:
Joost Lekkerkerker 2023-10-15 18:04:03 +02:00 committed by GitHub
parent dcb5faa305
commit 148087a1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"config_flow": true, "config_flow": true,
"dependencies": ["application_credentials", "http", "webhook"], "dependencies": ["application_credentials", "http", "webhook"],
"documentation": "https://www.home-assistant.io/integrations/withings", "documentation": "https://www.home-assistant.io/integrations/withings",
"iot_class": "cloud_polling", "iot_class": "cloud_push",
"loggers": ["withings_api"], "loggers": ["aiowithings"],
"requirements": ["aiowithings==0.4.4"] "requirements": ["aiowithings==0.4.4"]
} }

View File

@ -6412,7 +6412,7 @@
"name": "Withings", "name": "Withings",
"integration_type": "hub", "integration_type": "hub",
"config_flow": true, "config_flow": true,
"iot_class": "cloud_polling" "iot_class": "cloud_push"
}, },
"wiz": { "wiz": {
"name": "WiZ", "name": "WiZ",