Highlights
- Basic A2L support
- Many community reliability fixes
What's Changed
- Enable AMS drying settings for H2C by @piitaya in #2010
- refactor: use printer.cer bundle by @j4k0xb in #2002
- fan_percentage: use math.ceil to stop fan-speed entities flipping between 10% buckets by @jesung in #2001
- Fix secondary_aux_fan_speed: read airduct .state, fix override bugs by @jesung in #2000
- Surface secondary_aux_fan_speed as a sensor entity by @jesung in #2015
- fix: prevent print-job entities from showing as unavailable when idle by @BenHornerTech in #2014
- fix crash when HMS error fires before device is registered (X2D) by @WrathPak in #2019
- fix print_project_file filepath for h2c by @whitewillem in #2020
- Fix join of Watchdog thread on disconnect by @shrx in #2022
- fix dutch translations by @whitewillem in #2030
- fix(security): remove pre-redaction Raw RTSP URL debug log by @digispark-bot in #2026
- fix(security): redact credentials in config-migration OLD DATA debug log by @digispark-bot in #2025
- Update nozzle types by @pkolbus in #2017
- Distinguish empty AMS slots from unknown loaded spools by @ClusterM in #2023
- chore(deps): bump the updates group with 2 updates by @dependabot[bot] in #2038
- Update translations by @AdrianGarside in #2040
- Add basic A2L support by @AdrianGarside in #2041
- chore: Update Frontend from latest release v0.6.52 by @greghesp in #2042
- fix: add missing fields to ams_filament_drying command (#1997) by @shrx in #2052
- Document resource URL for YAML-mode dashboards by @cycsmail in #2054
- fix: fall back to code login when the 2FA endpoint is CSRF-blocked by @MrSiJo in #2058
- fix(camera): register camera entity even when printer is offline at HA startup by @Joshua-lab-dev in #2059
- ci: auto-label issues by device from the bug/feature-request form by @greghesp in #2083
- ci: warn (don't fail) on translation-file parity drift by @greghesp in #2085
- docs: add MIT LICENSE by @greghesp in #2084
- Refresh model when delayed task name arrives by @Ali229 in #2074
- Add timeout to Bambu Cloud POST requests by @prapse in #2070
- fix: MQTT hot-path bugs — disconnect stall, blocking cloud fetch, shared command templates by @it-rec in #2069
- fix: cap TLS at 1.2 — P2S firmware 01.02.00.00 never answers a TLS 1.3 ClientHello by @joakim93 in #2073
- Rename right nozzle labels in Simplified Chinese by @xlch88 in #2071
- fix: guard against explicit null values in print_update dict chains by @proscar87 in #2066
- chore(deps): bump the updates group across 1 directory with 4 updates by @dependabot[bot] in #2087
- chore: Update Frontend from latest release v0.6.53 by @greghesp in #2088
New Contributors
- @jesung made their first contribution in #2001
- @BenHornerTech made their first contribution in #2014
- @WrathPak made their first contribution in #2019
- @whitewillem made their first contribution in #2020
- @shrx made their first contribution in #2022
- @digispark-bot made their first contribution in #2026
- @ClusterM made their first contribution in #2023
- @cycsmail made their first contribution in #2054
- @MrSiJo made their first contribution in #2058
- @Joshua-lab-dev made their first contribution in #2059
- @Ali229 made their first contribution in #2074
- @prapse made their first contribution in #2070
- @it-rec made their first contribution in #2069
- @joakim93 made their first contribution in #2073
- @xlch88 made their first contribution in #2071
- @proscar87 made their first contribution in #2066
Full Changelog: v2.2.22...v2.2.24