From 1d8074e9728000a753cc88abeea08e0f2dd939bd Mon Sep 17 00:00:00 2001 From: "Max Y." <44422604+maxyvon@users.noreply.github.com> Date: Fri, 10 Oct 2025 11:35:45 -0400 Subject: [PATCH] Update python-hilo --- 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 e1a810ea..cfece633 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>=2025.10.1"], - "version": "2025.10.1" + "requirements": ["python-hilo>=2025.10.2"], + "version": "2025.10.2" }