Skip to content

Releases: lnagel/hass-komfovent

v0.10.6

Choose a tag to compare

@lnagel lnagel released this 22 Aug 18:10

What's Changed

  • Split DX unit sensor into DX Heating and DX Cooling by @lnagel in #211

Full Changelog: v0.10.5...v0.10.6

v0.10.5

Choose a tag to compare

@lnagel lnagel released this 22 Aug 14:03

Maintenance release.

No functional changes: nothing under custom_components/ changed since v0.10.4 apart from the version number itself. Entities, state and behaviour are identical to v0.10.4 — this release exists to bring the published version in line with the development work below.

Development tooling

  • Dependabot no longer rewrites pyproject.toml on every dependency bump, and no longer ratchets runtime version floors
  • pytest-homeassistant-custom-component now owns the Home Assistant version used by the test suite, so test-stack updates are no longer blocked
  • Routine updates to ruff, ty, diff-cover, bump-my-version and the Home Assistant test stack

What's Changed

  • build(deps-dev): Bump bump-my-version from 1.4.1 to 1.5.0 by @dependabot[bot] in #192
  • build(deps-dev): Bump ty from 0.0.63 to 0.0.64 by @dependabot[bot] in #193
  • build(deps-dev): Bump ruff from 0.16.0 to 0.16.1 by @dependabot[bot] in #195
  • build(deps-dev): Bump ty from 0.0.64 to 0.0.65 by @dependabot[bot] in #194
  • Let dependabot track pytest-homeassistant-custom-component by @lnagel in #196
  • Bump pytest-homeassistant-custom-component from 0.13.320 to 0.13.355 by @lnagel in #200
  • build(deps-dev): Bump ty from 0.0.65 to 0.0.69 by @dependabot[bot] in #197
  • build(deps-dev): Bump bump-my-version from 1.5.0 to 1.5.1 by @dependabot[bot] in #198
  • build(deps-dev): Bump diff-cover from 10.4.1 to 10.4.2 by @dependabot[bot] in #202
  • build(deps-dev): Bump ruff from 0.16.1 to 0.16.2 by @dependabot[bot] in #201
  • Stop dependabot rewriting pyproject.toml on every dependency bump by @lnagel in #203
  • build(deps-dev): Bump the dev-tooling group with 2 updates by @dependabot[bot] in #204
  • Stop dependabot ratcheting runtime floors and unblock phcc updates by @lnagel in #206
  • Let phcc own the Home Assistant test stack by @lnagel in #207
  • build(deps-dev): Bump the dev-tooling group with 2 updates by @dependabot[bot] in #209
  • build(deps-dev): Bump pytest-homeassistant-custom-component from 0.13.355 to 0.13.356 in the home-assistant-test-stack group by @dependabot[bot] in #208

Full Changelog: v0.10.4...v0.10.5

v0.10.4

Choose a tag to compare

@lnagel lnagel released this 26 Jul 15:12

Compatibility

Minimum Home Assistant is now 2026.3 (was 2025.10), which requires Python 3.14 (was 3.13). Home Assistant 2026.3 is the first release on Python 3.14, so the two move together. Installations below 2026.3 will not receive this update.

What's Changed

  • Raise Home Assistant baseline to 2026.3 and modernize the toolchain by @lnagel in #191

Full Changelog: v0.10.3...v0.10.4

v0.10.3

Choose a tag to compare

@lnagel lnagel released this 24 Jul 05:25

What's Changed

  • Migrate to typed ConfigEntry.runtime_data by @lnagel in #186
  • Add separate panel firmware version parsing by @lnagel in #187
  • build(deps): Bump actions/checkout from 6 to 7 by @dependabot[bot] in #184
  • build(deps): Bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #183
  • build(deps): Bump actions/setup-python from 6 to 7 by @dependabot[bot] in #188
  • Add modern C6M register fixture (firmware 1.4.47.74) by @lnagel in #190

Full Changelog: v0.10.2...v0.10.3

v0.10.2

Choose a tag to compare

@lnagel lnagel released this 27 May 17:35

What's Changed

  • Remove PROBLEM device class from status_flow_down by @lnagel in #182
  • Add water temperature sensor by @lnagel in #178

Full Changelog: v0.10.1...v0.10.2

v0.10.1

Choose a tag to compare

@lnagel lnagel released this 18 May 10:50

What's Changed

  • Use registers 29/30/31 for set_system_time on legacy C6 firmware by @lnagel in #180

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@lnagel lnagel released this 15 May 11:00

What's Changed

  • build(deps): Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #169
  • Apply Modbus conversions when loading test fixtures by @lnagel in #176
  • Add daily and monthly energy consumption sensors by @lnagel in #177

Full Changelog: v0.9.0...v0.10.0

v0.9.0

Choose a tag to compare

@lnagel lnagel released this 15 Mar 15:03

What's Changed

  • Document unimplemented registers and add implementation notes by @lnagel in #165
  • Add test fixture for issue #161 outdoor absolute humidity by @lnagel in #162
  • Add active alarms sensor and clear active alarms service by @lnagel in #166

Full Changelog: v0.8.2...v0.9.0

v0.8.2

Choose a tag to compare

@lnagel lnagel released this 06 Feb 09:30

What's Changed

  • Move entity icons to icons.json and set translation_key in base classes by @lnagel in #160
  • Fix FURB171 lint: use equality instead of single-item membership tests
  • Move modbus scripts to scripts/ subfolder by @lnagel in #158
  • Update README with recently merged features by @lnagel in #157
  • Use dependency-groups for dev dependencies

Full Changelog: v0.8.1...v0.8.2

v0.8.1

Choose a tag to compare

@lnagel lnagel released this 18 Jan 09:16

What's Changed

  • Add web UI configuration_url to device info by @lnagel in #153
  • Add hvac_action property to climate entity by @lnagel in #154
  • Use MDI air filter icon for climate entity by @lnagel in #155

Full Changelog: v0.8.0...v0.8.1