From 810d0478fe608cfc49d2189a900ed14395a94cca Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:15:27 -0400 Subject: [PATCH] Bump up python-hilo Fix pour #466 Depends on dvd-dev/python-hilo#208 --- custom_components/hilo/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hilo/manifest.json b/custom_components/hilo/manifest.json index 3005cba..b5b5a64 100755 --- a/custom_components/hilo/manifest.json +++ b/custom_components/hilo/manifest.json @@ -11,6 +11,6 @@ "documentation": "https://github.com/dvd-dev/hilo", "iot_class": "cloud_push", "issue_tracker": "https://github.com/dvd-dev/hilo/issues", - "requirements": ["python-hilo>=2024.6.1"], - "version": "2024.7.1" + "requirements": ["python-hilo>=2024.10.1"], + "version": "2024.10.1" }