From df03c0585ce7e52ef03f9fff4d8dd764778b449c Mon Sep 17 00:00:00 2001 From: Johan Isacsson Date: Sun, 26 Mar 2023 16:33:50 +0200 Subject: [PATCH] Version 0.0.21 --- custom_components/myenergi/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/myenergi/manifest.json b/custom_components/myenergi/manifest.json index eb9790d..27f29ac 100644 --- a/custom_components/myenergi/manifest.json +++ b/custom_components/myenergi/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/cjne/ha-myenergi", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/cjne/ha-myenergi/issues", - "requirements": ["pymyenergi==0.0.25"], - "version": "0.0.20" + "requirements": ["pymyenergi==0.0.26"], + "version": "0.0.21" }