From 2531fdd041766afd4a8aeb82baf279330d097ad8 Mon Sep 17 00:00:00 2001 From: Jezza34000 <57314417+Jezza34000@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:01:20 +0100 Subject: [PATCH] :pushpin: fix all dependencies to fit HA 2024.11.0 minimal version --- custom_components/petkit/manifest.json | 2 +- hacs.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/petkit/manifest.json b/custom_components/petkit/manifest.json index 1945029..2292486 100644 --- a/custom_components/petkit/manifest.json +++ b/custom_components/petkit/manifest.json @@ -7,6 +7,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Jezza34000/homeassistant_petkit/issues", "loggers": ["petkit"], - "requirements": ["pypetkitapi==1.7.0", "aiofiles==24.1.0"], + "requirements": ["pypetkitapi==1.7.3", "aiofiles==24.1.0"], "version": "1.3.0" } diff --git a/hacs.json b/hacs.json index 7eb33b1..9c3056e 100644 --- a/hacs.json +++ b/hacs.json @@ -1,3 +1,4 @@ { - "name": "Petkit Smart Devices" + "name": "Petkit Smart Devices", + "homeassistant": "2024.11.0" }