From 8ab55201db6f06d5a213bdf71fc17332142f8146 Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Sat, 31 Jan 2026 08:08:40 -0500 Subject: [PATCH] Update requirements and version in manifest.json --- 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 7d62e35..f0e13bb 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.1.1"], - "version": "2026.1.2" + "requirements": ["python-hilo>=2026.1.2"], + "version": "2026.1.3" }