From 03ba7672ead4d6ba41b020592487cd6c56ea29c0 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 b9da3657aed..6f4724fbf00 100644 --- a/homeassistant/components/volvooncall/manifest.json +++ b/homeassistant/components/volvooncall/manifest.json @@ -2,7 +2,7 @@ "domain": "volvooncall", "name": "Volvo On Call", "documentation": "https://www.home-assistant.io/integrations/volvooncall", - "requirements": ["volvooncall==0.10.1"], + "requirements": ["volvooncall==0.10.2"], "codeowners": ["@molobrakos"], "iot_class": "cloud_polling", "loggers": ["geopy", "hbmqtt", "volvooncall"], diff --git a/requirements_all.txt b/requirements_all.txt index 2c7b26cd923..e6450ee8b0b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2576,7 +2576,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 91445d7ad5a..d82e4e5547e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1819,7 +1819,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