From be3b4c918819ca0f4b2d25535ab125b82841f4fc Mon Sep 17 00:00:00 2001 From: cdnninja Date: Fri, 13 Jan 2023 16:49:32 -0700 Subject: [PATCH] fix(Kia USA): defaults for remote start Defaults for remote start to reduce errors in calls. --- 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 bc90d04d..14bdf09d 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.2"], + "requirements": ["hyundai_kia_connect_api==2.3.3"], "version": "2.5.3", "config_flow": true, "iot_class": "cloud_polling",