Bump withings-api 2.3.2->2.4.0 (#66723)

This commit is contained in:
Nenad Bogojevic 2022-02-17 14:18:33 +01:00 committed by GitHub
parent de24d00a1c
commit 7012375bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 7 deletions

View File

@ -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"
]
}

View File

@ -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

View File

@ -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