From 49d354a0a9bad0c42323dde4494e792ae1d94548 Mon Sep 17 00:00:00 2001 From: Jon Connell Date: Fri, 5 May 2023 16:00:35 +0100 Subject: [PATCH] v1.4.3 fixes dependency problem in core 2023.5 --- Changelog.md | 4 ++++ custom_components/kingspan_watchman_sensit/manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index a3faa32..36b554d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,10 @@ 🪲 indicates bug fixes 🚀 indicates new features or improvements +## v1.4.3 + +🪲 Fixes load failure [issue-4](https://github.com/masaccio/ha-kingspan-watchman-sensit/issues/4) on newer versions of Home Assistant Core. The minimum version is now 2023.1.0. + ## v1.4.2 🪲 Resolved `not a valid unit for the device class` warnings in Home Assistant logs. diff --git a/custom_components/kingspan_watchman_sensit/manifest.json b/custom_components/kingspan_watchman_sensit/manifest.json index 8048c79..9330f50 100644 --- a/custom_components/kingspan_watchman_sensit/manifest.json +++ b/custom_components/kingspan_watchman_sensit/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/masaccio/ha-kingspan-watchman-sensit/issues", "requirements": [ - "kingspan-connect-sensor==2.1.0" + "kingspan-connect-sensor==2.1.1" ], - "version": "1.4.2" + "version": "1.4.3" } \ No newline at end of file