From de75cbf081cef5694a66bb4703727234411236a0 Mon Sep 17 00:00:00 2001 From: chris-mc1 <29151206+chris-mc1@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:28:36 +0000 Subject: [PATCH 1/2] Bump HA version --- hacs.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/hacs.json b/hacs.json index 8836a03..6ea02bd 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,4 @@ { - "name": "qBittorrent Alt", - "filename": "my_super_awesome_thing.js", - "render_readme": true, - "homeassistant": "2023.11.0" - } \ No newline at end of file + "name": "qBittorrent Alt", + "homeassistant": "2024.11.0" +} \ No newline at end of file From 6ac6bb460363a86050ab645dd1c79fd51dc326e9 Mon Sep 17 00:00:00 2001 From: chris-mc1 <29151206+chris-mc1@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:29:05 +0000 Subject: [PATCH 2/2] Bump aioqbt to 1.0.0 --- custom_components/qbittorrent_alt/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/qbittorrent_alt/manifest.json b/custom_components/qbittorrent_alt/manifest.json index 42e5fc5..2f08c5b 100644 --- a/custom_components/qbittorrent_alt/manifest.json +++ b/custom_components/qbittorrent_alt/manifest.json @@ -10,7 +10,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/chris-mc1/qBittorrent-hass/issues", "requirements": [ - "aioqbt==0.7.1" + "aioqbt==1.0.0" ], "version": "0.0.4" } \ No newline at end of file