From bf4635bd39e4501e364e7216f1f681cee5f429cc Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Mon, 7 Sep 2026 08:47:04 -0400 Subject: [PATCH] Bump up pyhilo version --- 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 b9d2c7f8..2d73487b 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>=2026.3.5"], - "version": "2026.8.3" + "requirements": ["python-hilo>=2026.9.1"], + "version": "2026.9.1" }