From 6b75c228c8e1e8d49cdd9be2099d023d9ee24700 Mon Sep 17 00:00:00 2001 From: Adrian Garside Date: Fri, 8 Nov 2024 11:58:40 -0800 Subject: [PATCH] Maybe fix HA not installing curl_cffi automatically --- custom_components/bambu_lab/manifest.json | 2 +- release_notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/bambu_lab/manifest.json b/custom_components/bambu_lab/manifest.json index a784bce3..62806fbc 100644 --- a/custom_components/bambu_lab/manifest.json +++ b/custom_components/bambu_lab/manifest.json @@ -14,7 +14,7 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/greghesp/ha-bambulab/issues", "requirements": [ - "curl_cffi" + "curl_cffi>=0.7.3" ], "ssdp": [ { diff --git a/release_notes.md b/release_notes.md index 51a590f5..81f828b7 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,6 @@ ### V2.0.34 - Update translations for new strings +- Fix off by one error in print weight attributes ### V2.0.33 - Switch to curl_cffi to get past cloudflare