From c8feb6708dd860f618c32d6a1e5d04909537e15f Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Sat, 18 May 2024 18:21:23 +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 a53741c..967b33f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.6 \ No newline at end of file +0.2.7 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 1cbf132..0f8fc09 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.6"], - "version": "0.2.6" + "requirements": ["pysma-plus>=0.2.7"], + "version": "0.2.7" }