From 0391da16f94226853b4257586806ad0abd626ef1 Mon Sep 17 00:00:00 2001 From: Brett Rowan <121075405+b-rowan@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:47:35 -0600 Subject: [PATCH] Use pyasic with git version of betterproto --- custom_components/miner/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/miner/manifest.json b/custom_components/miner/manifest.json index 52a98a2..805fe83 100644 --- a/custom_components/miner/manifest.json +++ b/custom_components/miner/manifest.json @@ -9,9 +9,9 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/Schnitzel/hass-miner/issues", "requirements": [ - "betterproto==2.0.0b7 pyasic==0.61.13" + "pyasic==0.61.14" ], "ssdp": [], - "version": "1.1.17rc3", + "version": "1.1.17rc4", "zeroconf": [] }