From 8fb4fc49796f4d86ddf5ce505bfd0694174e6445 Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Tue, 15 Oct 2024 19:44:19 +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 c0a1ac1..8877a86 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.6 \ No newline at end of file +0.4.6.1 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 4563328..0cdc76c 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"], - "version": "0.4.6" + "requirements": ["pysma-plus>=0.3.15.2"], + "version": "0.4.6.1" }