Bump withings-api 2.3.2->2.4.0 (#66723)
parent
de24d00a1c
commit
7012375bf1
|
@ -3,9 +3,18 @@
|
|||
"name": "Withings",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/withings",
|
||||
"requirements": ["withings-api==2.3.2"],
|
||||
"dependencies": ["http", "webhook"],
|
||||
"codeowners": ["@vangorra"],
|
||||
"requirements": [
|
||||
"withings-api==2.4.0"
|
||||
],
|
||||
"dependencies": [
|
||||
"http",
|
||||
"webhook"
|
||||
],
|
||||
"codeowners": [
|
||||
"@vangorra"
|
||||
],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["withings_api"]
|
||||
}
|
||||
"loggers": [
|
||||
"withings_api"
|
||||
]
|
||||
}
|
|
@ -2485,7 +2485,7 @@ wiffi==1.1.0
|
|||
wirelesstagpy==0.8.1
|
||||
|
||||
# homeassistant.components.withings
|
||||
withings-api==2.3.2
|
||||
withings-api==2.4.0
|
||||
|
||||
# homeassistant.components.wled
|
||||
wled==0.13.0
|
||||
|
|
|
@ -1531,7 +1531,7 @@ whois==0.9.13
|
|||
wiffi==1.1.0
|
||||
|
||||
# homeassistant.components.withings
|
||||
withings-api==2.3.2
|
||||
withings-api==2.4.0
|
||||
|
||||
# homeassistant.components.wled
|
||||
wled==0.13.0
|
||||
|
|
Loading…
Reference in New Issue