Skip to content

v2026.03.07-beta1

Pre-release
Pre-release

Choose a tag to compare

@jbjardine jbjardine released this 07 Mar 12:43

Purpose

PR1 beta for roadmap validation before stable merge.

This pre-release is meant for real-hardware testing so we can collect feedback safely before merging PR1 to main.

Changelog

  • Added ConfigFlow for UI-based setup
  • Added OptionsFlow for updating integration options from the UI
  • Migrated entity updates to a DataUpdateCoordinator-based flow
  • Added YAML import / migration transition behavior
  • Preserved optional init_command handling for stove models that need it
  • Preserved defensive fallback handling for unexpected fan mode values

Validation Focus

Please pay special attention to:

  • normal polling and state updates
  • setup and update through the UI
  • YAML import behavior
  • communication loss / recovery behavior

This beta is also expected to validate #79:

  • the entity should become unavailable on repeated communication loss
  • the entity should recover normally when communication comes back

Feedback Requested

If you test this beta, sharing the following would help a lot:

  • stove model
  • bridge type (esp-link, ESPHome, other)
  • init_command value
  • logs
  • what works / what fails

Thanks again for all the help and testing support 🙂