From e1830128cc543edefc32e5ce5f2d4bc62da3edb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20Bal=C3=A1zs?= Date: Wed, 8 Feb 2023 22:28:47 +0100 Subject: [PATCH] Upgrading volvooncall to 0.10.2 (#87572) * Upgrading volvooncall to 0.10.2 This release fixes the incorrect remaining time of charging the battery * updating volvooncall test requirements * Updating volvooncall requirements --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> --- homeassistant/components/volvooncall/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/volvooncall/manifest.json b/homeassistant/components/volvooncall/manifest.json index 0c50cb44636..99553426ea8 100644 --- a/homeassistant/components/volvooncall/manifest.json +++ b/homeassistant/components/volvooncall/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/volvooncall", "iot_class": "cloud_polling", "loggers": ["geopy", "hbmqtt", "volvooncall"], - "requirements": ["volvooncall==0.10.1"] + "requirements": ["volvooncall==0.10.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 10f9d0d27ed..aa5a3b5da31 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2583,7 +2583,7 @@ vilfo-api-client==0.3.2 volkszaehler==0.4.0 # homeassistant.components.volvooncall -volvooncall==0.10.1 +volvooncall==0.10.2 # homeassistant.components.verisure vsure==1.8.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 46cfe8cca3d..4b56f734f77 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1826,7 +1826,7 @@ venstarcolortouch==0.19 vilfo-api-client==0.3.2 # homeassistant.components.volvooncall -volvooncall==0.10.1 +volvooncall==0.10.2 # homeassistant.components.verisure vsure==1.8.1