From 02370a611710eb522c3fb0d9bf9b9c40f52ecc0e Mon Sep 17 00:00:00 2001 From: Jens Horn Date: Mon, 18 Aug 2025 19:05:40 +0200 Subject: [PATCH] Bump manifest to v0.2.5. --- custom_components/checkwatt/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/checkwatt/manifest.json b/custom_components/checkwatt/manifest.json index 7fa6178..7ec52f2 100644 --- a/custom_components/checkwatt/manifest.json +++ b/custom_components/checkwatt/manifest.json @@ -12,9 +12,9 @@ "homekit": {}, "iot_class": "cloud_polling", "issue_tracker": "https://github.com/faanskit/ha-checkwatt/issues", - "requirements": ["pycheckwatt>=0.2.9", "aiohttp>=3.9.1"], + "requirements": ["pycheckwatt>=0.2.10", "aiohttp>=3.9.1"], "ssdp": [], - "version": "0.2.4", + "version": "0.2.5", "zeroconf": [] }