From 960fb93d13fb3b98a3571d1991082e3887859943 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Thu, 19 Jan 2023 11:01:34 -0700 Subject: [PATCH] fix(USA Kia): EV Range Corrections --- custom_components/kia_uvo/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/kia_uvo/manifest.json b/custom_components/kia_uvo/manifest.json index c295c24b..39e2560e 100644 --- a/custom_components/kia_uvo/manifest.json +++ b/custom_components/kia_uvo/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/fuatakgun/kia_uvo", "issue_tracker": "https://github.com/fuatakgun/kia_uvo/issues", "codeowners": ["@fuatakgun"], - "requirements": ["hyundai_kia_connect_api==2.3.3"], + "requirements": ["hyundai_kia_connect_api==2.4.2"], "version": "2.5.4", "config_flow": true, "iot_class": "cloud_polling",