From af5e7de32e10c5ba2aadcd2a85781a8c8f99c9bb Mon Sep 17 00:00:00 2001 From: faanskit Date: Mon, 17 Jun 2024 16:39:55 +0000 Subject: [PATCH] Bumped pyCheckwatt version --- custom_components/checkwatt/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/checkwatt/manifest.json b/custom_components/checkwatt/manifest.json index 232decd..616e1ee 100644 --- a/custom_components/checkwatt/manifest.json +++ b/custom_components/checkwatt/manifest.json @@ -12,8 +12,9 @@ "homekit": {}, "iot_class": "cloud_polling", "issue_tracker": "https://github.com/faanskit/ha-checkwatt/issues", - "requirements": ["pycheckwatt>=0.2.5", "aiohttp>=3.9.1"], + "requirements": ["pycheckwatt>=0.2.7", "aiohttp>=3.9.1"], "ssdp": [], - "version": "0.2.1", + "version": "0.2.2", "zeroconf": [] } +