Skip to content

Commit 0c276d2

Browse files
committed
chore: bump version to 2.0.1-beta.2
1 parent 3b919fc commit 0c276d2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Fixed
1414
- Fix HC-A(16/64)MB outdoor compressor registers mapped to wrong address block (5000+offset instead of 30000+offset), causing discharge temp, evaporator temp, current, frequency, and EVO opening to show as unavailable ([#96](https://github.com/alepee/hass-hitachi_yutaki/issues/96))
15+
- Use HP-level outlet register (1201) for correct DHW/pool COP calculation — register 1094 measures circuit outlet which becomes stale when the 3-way valve redirects to the tank, causing zero thermal power and no COP during DHW runs ([#205](https://github.com/alepee/hass-hitachi_yutaki/issues/205))
16+
- Update Dutch (nl) translations
1517

1618
### Changed
1719
- GitHub branch protection: rulesets for `main` (merge-only, required CI) and `dev` (squash-only, required CI, admin bypass)

custom_components/hitachi_yutaki/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"requirements": [
1616
"pymodbus>=3.6.9,<4.0.0"
1717
],
18-
"version": "2.0.1-beta.1"
18+
"version": "2.0.1-beta.2"
1919
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hass-hitachi-yutaki"
3-
version = "2.0.1-beta.1"
3+
version = "2.0.1-beta.2"
44
requires-python = ">=3.13"
55
description = "Home Assistant custom integration for Hitachi Yutaki heat pumps"
66
license = "MIT"

0 commit comments

Comments
 (0)