From 32928fd700b194f8311f2f9c63147d24a24d14cf Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Mon, 7 Oct 2024 17:48:42 +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 c8a5397..4f32812 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.5 \ No newline at end of file +0.4.5.1 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index d26e482..a5082c6 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.13"], - "version": "0.4.5" + "requirements": ["pysma-plus>=0.3.14"], + "version": "0.4.5.1" }