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