From 364ac35dcacc9358712b076ceb0e3ad6ecd24f1c Mon Sep 17 00:00:00 2001 From: cdnninja Date: Sun, 8 Jan 2023 11:11:00 -0700 Subject: [PATCH] fix(EU): Device error 9999 Report error in a cleaner way. --- 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 e8558869..0aa3d506 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.0"], + "requirements": ["hyundai_kia_connect_api==2.3.1"], "version": "2.5.0", "config_flow": true, "iot_class": "cloud_polling",