From 979f4cfcea1418a090eebb1826b4d3d747a543e3 Mon Sep 17 00:00:00 2001 From: gluap Date: Tue, 14 Mar 2023 21:21:21 +0100 Subject: [PATCH] lower the required homeassistant version slightly - probably anything in 2022 is fine, but let's be safe and say november. --- custom_components/duofern/manifest.json | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/duofern/manifest.json b/custom_components/duofern/manifest.json index fec7cab..a6e22ab 100644 --- a/custom_components/duofern/manifest.json +++ b/custom_components/duofern/manifest.json @@ -7,5 +7,5 @@ "issue_tracker": "https://github.com/gluap/pyduofern-hacs/issues" , "codeowners": ["@gluap"], "requirements": ["pyduofern==0.35.1"], - "version": "0.5.1" + "version": "0.5.2" } diff --git a/hacs.json b/hacs.json index c3ef2d2..9595b88 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "duofern", "domains": ["cover", "light", "binary_sensor"], - "homeassistant": "2023.3.2" + "homeassistant": "2022.11" } \ No newline at end of file