From d5cf64b9d5dbe5579aeae98dba739f6489d5a1a9 Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Thu, 17 Oct 2024 18:06:21 +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 9c8911b..800a8ce 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.6.2 \ No newline at end of file +0.4.6.3 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index c6f7131..df67905 100644 --- a/custom_components/pysmaplus/manifest.json +++ b/custom_components/pysmaplus/manifest.json @@ -9,6 +9,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/littleyoda/ha-pysmaplus/issues", "loggers": ["pysma"], - "requirements": ["pysma-plus>=0.3.15.8"], - "version": "0.4.6.2" + "requirements": ["pysma-plus>=0.3.16"], + "version": "0.4.6.3" }