From 9ca76cd4d8e745ee69d46c446ac300897a1b7459 Mon Sep 17 00:00:00 2001 From: Sven Bursch-Osewold Date: Fri, 12 Jul 2024 19:12:08 +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 53b61ec..ce4f5af 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.3.6 \ No newline at end of file +0.3.7 \ No newline at end of file diff --git a/custom_components/pysmaplus/manifest.json b/custom_components/pysmaplus/manifest.json index 37f098f..06be0ce 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.5"], - "version": "0.3.6" + "requirements": ["pysma-plus>=0.3.10"], + "version": "0.3.7" }