Update withings-api to avoid data parsing bugs. (#28382)
This commit is contained in:
parent
89213a4ce8
commit
226b2bc3d0
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/withings",
|
||||
"requirements": [
|
||||
"withings-api==2.1.2"
|
||||
"withings-api==2.1.3"
|
||||
],
|
||||
"dependencies": [
|
||||
"api",
|
||||
|
|
|
@ -1990,7 +1990,7 @@ websockets==6.0
|
|||
wirelesstagpy==0.4.0
|
||||
|
||||
# homeassistant.components.withings
|
||||
withings-api==2.1.2
|
||||
withings-api==2.1.3
|
||||
|
||||
# homeassistant.components.wunderlist
|
||||
wunderpy2==0.1.6
|
||||
|
|
|
@ -636,7 +636,7 @@ watchdog==0.8.3
|
|||
websockets==6.0
|
||||
|
||||
# homeassistant.components.withings
|
||||
withings-api==2.1.2
|
||||
withings-api==2.1.3
|
||||
|
||||
# homeassistant.components.bluesound
|
||||
# homeassistant.components.startca
|
||||
|
|
Loading…
Add table
Reference in a new issue