From ad42582b2fa294e8ecf5f1e9e1673382ba3a8634 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Mon, 4 Mar 2024 20:07:23 +0000 Subject: [PATCH] v1.0.5 --- hacs.json | 4 ++-- requirements_dev.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hacs.json b/hacs.json index b20e084..844d0a4 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "HKC Alarm Integration for Home Assistant", - "hacs": "1.0.4", + "hacs": "1.0.5", "render_readme": true, - "homeassistant": "2023.10.5" + "homeassistant": "2024.2.4" } \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index c5fdf72..dff1dfb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -aiohttp==3.9.2 -homeassistant==2023.12.3 +aiohttp==3.9.3 +homeassistant==2024.2.4 pytest -pytest-homeassistant-custom-component==0.13.85 +pytest-homeassistant-custom-component==0.13.103 pytest-aiohttp -pyhkc==0.4.1 +pyhkc==0.4.2