From 131c455dc6e0ac88379b383001aaa45d61f35946 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Sun, 19 May 2024 09:37:29 -0600 Subject: [PATCH] fix: bump API --- 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 904462a3..972fdfe1 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.19.1"], + "requirements": ["hyundai_kia_connect_api==3.20.1"], "version": "2.24.2" }