From 1f22923d65b405afa2a579cb71032599c2f6260a Mon Sep 17 00:00:00 2001 From: Shereef Marzouk Date: Thu, 2 Jan 2025 13:56:32 -0400 Subject: [PATCH] fix: climate control functionality for EV vehicles in Canada (Hyundai-Kia-Connect/hyundai_kia_connect_api#702) --- 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 396d7893..02bae44b 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.30.1"], + "requirements": ["hyundai_kia_connect_api==3.30.2"], "version": "2.31.2" }