From 91465736c8fef241a622141e208d759040229e76 Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Mon, 7 Oct 2024 00:16:00 +1100 Subject: [PATCH] chore(deps): bump deps for Home Assistant 2024.10 Signed-off-by: Avi Miller --- custom_components/exoy_one/manifest.json | 4 ++-- hacs.json | 2 +- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/exoy_one/manifest.json b/custom_components/exoy_one/manifest.json index 12e4d0f..06eb235 100644 --- a/custom_components/exoy_one/manifest.json +++ b/custom_components/exoy_one/manifest.json @@ -9,8 +9,8 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/Djelibeybi/hass-ExoyONE/issues", "loggers": ["exoyone"], - "requirements": ["pyExoyOne>=0.1.3"], - "version": "2024.8.2", + "requirements": ["pyExoyOne>=0.1.12"], + "version": "2024.10.0", "zeroconf": [ {"type": "_http._tcp.local.", "name": "exoyone*"} ] diff --git a/hacs.json b/hacs.json index d54d3dd..3a576c2 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Exoy ONE", "hide_default_branch": true, - "homeassistant": "2024.6.0", + "homeassistant": "2024.8.0", "render_readme": true } diff --git a/requirements.txt b/requirements.txt index a9e62ca..2d97a4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colorlog>=6.8.2 -homeassistant>=2024.6.0 +homeassistant>=2024.8.0 pip>=21.3.1 ruff>=0.6.1 -pyExoyOne>=0.1.3 +pyExoyOne>=0.1.12