From cd73b7424a63c13095fec3ae47345209303c1d21 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Thu, 19 Sep 2024 11:30:59 -0600 Subject: [PATCH] fix(CA): temp hex error --- 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 93a9ee5f..3657c506 100644 --- a/custom_components/kia_uvo/manifest.json +++ b/custom_components/kia_uvo/manifest.json @@ -8,6 +8,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Hyundai-Kia-Connect/kia_uvo/issues", "loggers": ["kia_uvo", "hyundai_kia_connect_api"], - "requirements": ["hyundai_kia_connect_api==3.22.8"], + "requirements": ["hyundai_kia_connect_api==3.23.1"], "version": "2.26.6" }