Skip to content

Releases: deviantintegral/flame_connect_ha

v0.2.2

21 Mar 17:47
ea846f0

Choose a tag to compare

0.2.2 (2026-03-21)

Bug Fixes

  • abort setup when no WiFi-connected fireplaces found (#60) (89586db)

v0.2.1

11 Mar 19:46
408e602

Choose a tag to compare

0.2.1 (2026-03-11)

Features

  • The underlying flameconnect library now logs redacted API requests and responses when in debug logging mode. If this is too verbose, set your logging back to info or warn in your Home Assistant configuration.

Bug Fixes

  • handle None fires and empty overviews from API (#55) (#56) (1fdcaa6)
  • rename "FlameConnect" to "Flame Connect" in all user-facing text (#49) (7805622)

v0.2.0

07 Mar 03:35
b21540b

Choose a tag to compare

0.2.0 (2026-03-07)

Features

Bug Fixes

  • update CI venv cache keys and add Renovate tracking for Python version (#45) (74f6758)

Documentation

  • show how to log flameconnect (e5afcd2)

v0.1.1

03 Mar 13:25
cedc9b3

Choose a tag to compare

0.1.1 (2026-03-03)

Bug Fixes

  • coordinator: add optimistic state updates to write methods (#26) (aeca209)
  • use fire discovery data for device info instead of overview (#32) (4c71605)

Documentation

  • add initial quality scale eval (3424656)
  • fix links and badges for flame_connect_ha (#30) (cf5298e)
  • replace docker desktop with better solutions (8aa1bb2)
  • set HACS badge to custom (#31) (4fab09b)

v0.1.0

28 Feb 16:04
c9f665f

Choose a tag to compare

0.1.0 (2026-02-28)

Features

  • add AI task manager configuration and infrastructure (dd5df81)
  • add boost duration number entity and boost end sensor (3e5e596)
  • add coordinator, integration entry, repairs, and diagnostics (b19f20a)
  • add FlameConnect HA integration plan (ca1625d)
  • add MSAL token management module for FlameConnect auth (6dee09a)
  • add release-please for automated releases (#16) (80055a7)
  • add specific MDI icons to all entity descriptions (88bbe3c)
  • add timer end timestamp sensor (b3ffb28)
  • enable debug logging from flameconnect library (992964d)
  • gate entity creation on FireFeatures flags (eee476d)
  • implement all 7 entity platforms (86a7a7c)
  • initialize integration as FlameConnect with domain flameconnect (bfacb5e)
  • remove scaffold code and set up project infrastructure (1d043af)
  • rewrite base entity for multi-device fireplace support (2ce80cb)
  • rewrite config flow for Azure AD B2C authentication (2f997ad)
  • rewrite translations for FlameConnect entities and config flow (09f887d)
  • schedule coordinator refresh 60s after timer expiry (99fcb0a)
  • upgrade flameconnect to 0.4.0 and log feature flags (60ed3e6)
  • write timer duration to API immediately when timer is running (33cbb4c)

Bug Fixes

  • absorb pending debounced writes into immediate writes (593ac79)
  • async coroutine return in setup (7cfb3bc)
  • defer timer/boost end sensor init until hass is available (4e602db)
  • pythonpaths for imports (37abdc1)
  • replace remaining jpawlowski references in README.md (59cb7b6)
  • resolve hassfest CI validation errors (#7) (adfa26f)
  • resolve ruff import sorting errors in handler.py and base.py (017bcf8)
  • revert default_name and detect heat from overview parameters (0231a8e)
  • show timer end sensor as unavailable when timer is off (32a2730)
  • sort manifest.json keys per hassfest requirements (#17) (897f627)
  • store timer duration locally instead of writing to API (1cde429)
  • timer switch sends both status and duration matching TUI behavior (d9d202b)
  • use AsyncMock for b2c_login_with_credentials in config flow tests (c2a6721)
  • use default_name for device info to allow user customization (ae4780a)

Documentation

  • generate initial integration tasks (8fe714b)
  • rewrite README and AGENTS.md for FlameConnect integration (498d52a)
  • update AGENTS.md for flameconnect 0.4.0 and feature-gated entities (90c648d)