From 6ee5a5dcf2116b514b72b0c960317c9080bc22dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Duy=20T=C3=B9ng?= Date: Thu, 8 Aug 2024 08:05:27 +0700 Subject: [PATCH] Update manifest.json Update manifest.json to fix an issue with Home Assistant Core 2024.8 release (Update voluptuous to 0.15.2) --- custom_components/nestup_evn/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nestup_evn/manifest.json b/custom_components/nestup_evn/manifest.json index c62daea..9070b80 100644 --- a/custom_components/nestup_evn/manifest.json +++ b/custom_components/nestup_evn/manifest.json @@ -11,7 +11,7 @@ "name": "EVN Data Fetcher", "requirements": [ "python_dateutil", - "voluptuous==0.13.1" + "voluptuous" ], "version": "2.4.1" }