From fd184bd2fb180e6551ae2d33ac39a61200a76f27 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Sat, 20 May 2023 14:55:07 -0600 Subject: [PATCH] fix(USA Hyundai): Crashes when no data returned --- 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 3ae14619..3daa5287 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.3.5"], + "requirements": ["hyundai_kia_connect_api==3.3.6"], "version": "2.10.0" }