From dc9b5acf22c960affed799ca67e9984f5832a6dc Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Fri, 28 Jun 2024 20:34:20 +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 09e9157..53b61ec 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.5 \ No newline at end of file +0.3.6 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 14800ab..37f098f 100644 --- a/custom_components/pysmaplus/manifest.json +++ b/custom_components/pysmaplus/manifest.json @@ -8,6 +8,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/littleyoda/ha-pysmaplus/issues", "loggers": ["pysma"], - "requirements": ["pysma-plus>=0.3.4"], - "version": "0.3.5" + "requirements": ["pysma-plus>=0.3.5"], + "version": "0.3.6" }