Skip to content

v2.12.2

Choose a tag to compare

@mxkissnr mxkissnr released this 19 Jun 19:32
· 1 commit to main since this release

Fixed

  • Orders poll now reliably starts on load — _startOrdersPoll() was only called from connectedCallback() where this._hass is often still null; in certain HA lifecycle orderings the 1500 ms retry was missed and this._orders stayed empty permanently. Added a safety-net call in set hass() so the poll starts as soon as HA is available. Closes #44