From 671c2e3bfd2577c665023d01821f36abf8b149fc Mon Sep 17 00:00:00 2001 From: Remus Lazar Date: Fri, 11 Oct 2024 07:59:31 +0000 Subject: [PATCH] Update pycarwings3 version to 0.7.7 in manifest.json --- custom_components/nissan_carwings/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nissan_carwings/manifest.json b/custom_components/nissan_carwings/manifest.json index 0dfb124..9298900 100644 --- a/custom_components/nissan_carwings/manifest.json +++ b/custom_components/nissan_carwings/manifest.json @@ -10,7 +10,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/remuslazar/homeassistant-carwings/issues", "requirements": [ - "pycarwings3~=0.7.6" + "pycarwings3~=0.7.7" ], "single_config_entry": true, "version": "0.3.0"