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" }