Releases: lnagel/hass-komfovent
Releases · lnagel/hass-komfovent
Release list
v0.10.6
v0.10.5
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.tomlon every dependency bump, and no longer ratchets runtime version floors pytest-homeassistant-custom-componentnow 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
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
Full Changelog: v0.10.3...v0.10.4
v0.10.3
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
v0.10.1
v0.10.0
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
v0.8.2
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