From bbbd4b476c18a882606884e06b00ab3e4acff6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Karri=C3=A9?= Date: Sun, 26 Feb 2023 11:51:46 +0100 Subject: [PATCH] pushed v0.0.22 api --- custom_components/ha_oekofen/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ha_oekofen/manifest.json b/custom_components/ha_oekofen/manifest.json index e32fcb4..418cf3d 100644 --- a/custom_components/ha_oekofen/manifest.json +++ b/custom_components/ha_oekofen/manifest.json @@ -5,6 +5,6 @@ "config_flow": true, "iot_class": "local_polling", "codeowners": [], - "requirements": ["oekofen-api==0.0.21"], - "version": "0.0.19" + "requirements": ["oekofen-api==0.0.22"], + "version": "0.0.20" }