From cd86f929435892f54e584a6f94f0d8f768434b58 Mon Sep 17 00:00:00 2001 From: Cyr-ius <1258123+cyr-ius@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:23:56 +0100 Subject: [PATCH] Update manifest.json --- custom_components/heatzy/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/heatzy/manifest.json b/custom_components/heatzy/manifest.json index 210600a..205e71f 100644 --- a/custom_components/heatzy/manifest.json +++ b/custom_components/heatzy/manifest.json @@ -8,6 +8,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/cyr-ius/hass-heatzy/issues", "loggers": ["heatzypy"], - "requirements": ["heatzypy==2.4.0"], - "version": "6.0.4" + "requirements": ["heatzypy==2.4.1"], + "version": "6.0.5" }