mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Update withings-api to avoid data parsing bugs. (#28382)
This commit is contained in:
parent
89213a4ce8
commit
226b2bc3d0
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/withings",
|
"documentation": "https://www.home-assistant.io/integrations/withings",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"withings-api==2.1.2"
|
"withings-api==2.1.3"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"api",
|
"api",
|
||||||
|
@ -1990,7 +1990,7 @@ websockets==6.0
|
|||||||
wirelesstagpy==0.4.0
|
wirelesstagpy==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.withings
|
# homeassistant.components.withings
|
||||||
withings-api==2.1.2
|
withings-api==2.1.3
|
||||||
|
|
||||||
# homeassistant.components.wunderlist
|
# homeassistant.components.wunderlist
|
||||||
wunderpy2==0.1.6
|
wunderpy2==0.1.6
|
||||||
|
@ -636,7 +636,7 @@ watchdog==0.8.3
|
|||||||
websockets==6.0
|
websockets==6.0
|
||||||
|
|
||||||
# homeassistant.components.withings
|
# homeassistant.components.withings
|
||||||
withings-api==2.1.2
|
withings-api==2.1.3
|
||||||
|
|
||||||
# homeassistant.components.bluesound
|
# homeassistant.components.bluesound
|
||||||
# homeassistant.components.startca
|
# homeassistant.components.startca
|
||||||
|
Loading…
x
Reference in New Issue
Block a user