From 8e9f33f21071b86a32e48109f3bb9a6b239f9d41 Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Sat, 18 May 2024 17:09:07 +0200 Subject: [PATCH] New Release --- .version | 2 +- custom_components/pysmaplus/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 28af839..a53741c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.5 \ No newline at end of file +0.2.6 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 7eb4001..1cbf132 100644 --- a/custom_components/pysmaplus/manifest.json +++ b/custom_components/pysmaplus/manifest.json @@ -7,6 +7,6 @@ "iot_class": "local_polling", "integration_type": "device", "loggers": ["pysma"], - "requirements": ["pysma-plus>=0.2.5"], - "version": "0.2.5" + "requirements": ["pysma-plus>=0.2.6"], + "version": "0.2.6" }