mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Bump withings-api 2.3.2->2.4.0 (#66723)
This commit is contained in:
parent
de24d00a1c
commit
7012375bf1
@ -3,9 +3,18 @@
|
|||||||
"name": "Withings",
|
"name": "Withings",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/withings",
|
"documentation": "https://www.home-assistant.io/integrations/withings",
|
||||||
"requirements": ["withings-api==2.3.2"],
|
"requirements": [
|
||||||
"dependencies": ["http", "webhook"],
|
"withings-api==2.4.0"
|
||||||
"codeowners": ["@vangorra"],
|
],
|
||||||
|
"dependencies": [
|
||||||
|
"http",
|
||||||
|
"webhook"
|
||||||
|
],
|
||||||
|
"codeowners": [
|
||||||
|
"@vangorra"
|
||||||
|
],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["withings_api"]
|
"loggers": [
|
||||||
}
|
"withings_api"
|
||||||
|
]
|
||||||
|
}
|
@ -2485,7 +2485,7 @@ wiffi==1.1.0
|
|||||||
wirelesstagpy==0.8.1
|
wirelesstagpy==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.withings
|
# homeassistant.components.withings
|
||||||
withings-api==2.3.2
|
withings-api==2.4.0
|
||||||
|
|
||||||
# homeassistant.components.wled
|
# homeassistant.components.wled
|
||||||
wled==0.13.0
|
wled==0.13.0
|
||||||
|
@ -1531,7 +1531,7 @@ whois==0.9.13
|
|||||||
wiffi==1.1.0
|
wiffi==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.withings
|
# homeassistant.components.withings
|
||||||
withings-api==2.3.2
|
withings-api==2.4.0
|
||||||
|
|
||||||
# homeassistant.components.wled
|
# homeassistant.components.wled
|
||||||
wled==0.13.0
|
wled==0.13.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user