Skip to content

v0.4.5.2

Latest

Choose a tag to compare

@3dg1luk43 3dg1luk43 released this 13 Jun 10:58
aae5fb1

0.4.5.2 - 2026-06-13

🐛 Bug Fixes

  • rename ProfileStore method (#278 ): init.py: rename profile_store.auto_label_unlabeled_cycles(...) → profile_store.auto_label_cycles(...) in handle_auto_label_cycles. The ha_washdata.auto_label_cycles service handler calls manager.profile_store.auto_label_unlabeled_cycles(...), which does not exist — the actual ProfileStore method is auto_label_cycles(confidence_threshold, overwrite=False). The service registers fine, so the bug is invisible until invoked, where it raises AttributeError and surfaces as HTTP 500.

New Contributors