Mark Withings as cloud push (#102040)
This commit is contained in:
parent
dcb5faa305
commit
148087a1c9
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -6412,7 +6412,7 @@
|
|||
"name": "Withings",
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
"wiz": {
|
||||
"name": "WiZ",
|
||||
|
|
Loading…
Add table
Reference in a new issue