From 2d41eb7a3e9bd08c7d9996790afecee02b0660e0 Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Fri, 7 Jun 2024 14:51:40 +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 645604f..797eef9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.14 \ No newline at end of file +0.2.15 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 2f1cbc1..850662f 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.13"], - "version": "0.2.14" + "requirements": ["pysma-plus==0.2.13"], + "version": "0.2.15" }