From e523450ea575caf764195eaf67a31a46c5565e72 Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Mon, 18 Sep 2023 16:53:14 +0000 Subject: [PATCH] Raise minimum HA version to 2023.08 Note, dev installs should always use the latest available version. This in preparation of service translations. --- hacs.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index eb1d2e4..4c5510a 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,7 @@ { "filename": "hacs-e3dc_rscp.zip", "hide_default_branch": true, - "homeassistant": "2023.7.0", + "homeassistant": "2023.8.0", "name": "E3DC Remote Storage Control Protocol (Git)", "render_readme": true, "zip_release": true diff --git a/requirements.txt b/requirements.txt index 373a308..f1c8e6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colorlog==6.7.0 -homeassistant>=2023.7.0,<2023.8.0 +homeassistant>=2023.8.0 pip>=21.0,<23.3 ruff==0.0.287 pye3dc==0.7.6 \ No newline at end of file