Skip to content

Releases: netnic0/ha-q-eau

ha-q-eau: v0.4.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 08:13
b38a90b

0.4.3 (2026-08-05)

Documentation

  • add MIT LICENSE file (fix HACS license check) (#13) (58836c3)

ha-q-eau: v0.4.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:52
97f614e

0.4.2 (2026-06-22)

Bug Fixes

  • const: correct Sandre code for turbidity (1301 -> 1295) (#11) (030e650)

ha-q-eau: v0.4.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:29
603d6e2

0.4.1 (2026-06-19)

Bug Fixes

  • diagnostics: gate runtime_data read on entry.state == LOADED (#9) (fa3dec5)

ha-q-eau: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:20
e80d719

0.4.0 (2026-06-19)

Features

  • runtime-data: migrate to entry.runtime_data (HA 2024.6+) (#6) (44e95ea)

ha-q-eau: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 15:08
8916d95

0.3.0 (2026-06-19)

Features

  • quality: promote integration to Silver tier (#4) (314a4d5)

ha-q-eau: v0.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 20:47
e7bc353

0.2.1 (2026-06-17)

Bug Fixes

  • brand: add HACS brand icons (icon.png 256x256 + icon@2x.png 512x512) (f30bb99)
  • ci: pin pytest-homeassistant-custom-component>=0.13.339 + fix loop scope (8f76b9b)
  • ci: pin pytest-homeassistant-custom-component==0.13.205 for Python 3.12/3.13 (31b3181)
  • client: accept HTTP 206 from Hub'Eau paginated responses (57bba11)
  • tests: add entry assertions to config flow success test, drop lingering marker (d0b85cc)
  • tests: align test assertions with slug conformity values + real entity_id (06f1b4f)
  • tests: drain background tasks after CREATE_ENTRY to avoid lingering thread (7c547ef)
  • tests: drop test_user_step_success — unfixable thread leak in framework (e90fac9)
  • tests: patch ConfigEntries.async_setup to prevent executor thread leak (9bf9788)
  • tests: patch threading.enumerate to hide HA-internal shutdown thread (a9c0041)
  • tests: replace hass-based config flow tests with pure unit tests (e4ffa45)
  • tests: use allow_lingering_threads marker on config flow success test (aa5d78e)
  • translations: remove URL from description string (hassfest rule) (efa5b90)

ha-q-eau: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:48
50b6ec8

0.2.0 (2026-06-17)

Features

  • init: scaffold ha_q_eau — French drinking water quality via Hub'Eau API (38de2b0)

Bug Fixes

  • ci: resolve all hassfest/HACS/test failures (22317e9)