From 4447b72dbf13a9d68bb05c47b235e6cab2795dd8 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Thu, 26 Oct 2023 10:14:44 -0600 Subject: [PATCH] fix(USA Hyundai): Resolve EV remote start stop --- 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 a31f2a6e..6b6b100a 100644 --- a/custom_components/kia_uvo/manifest.json +++ b/custom_components/kia_uvo/manifest.json @@ -7,6 +7,6 @@ "integration_type": "hub", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/fuatakgun/kia_uvo/issues", - "requirements": ["hyundai_kia_connect_api==3.10.1"], + "requirements": ["hyundai_kia_connect_api==3.10.5"], "version": "2.14.1" }