Skip to content

Commit c23f51d

Browse files
committed
chore(release): 1.5.1-beta.1 — thermal disinfect running status
1 parent 666b654 commit c23f51d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ All notable changes to this Bosch Home Assistant custom component will be docume
99
`/dhwCircuits/dhw1/thermalDisinfect/lastResult` now has a friendly translated
1010
label in all supported languages.
1111

12+
### Removed
13+
- **`bosch.move_old_statistic_data`** — the service was declared in
14+
`services.yaml` and `const.py` but never registered, so calling it always
15+
failed. Both declarations are gone; nothing referenced them.
16+
17+
### Repository
18+
- Releases now carry a `bosch.zip` asset built from the integration directory,
19+
so the README download counter reports a real number (#27).
20+
- CI measures coverage and fails below 70% (baseline 71%) (#28).
21+
1222
## [1.5.0] — 2026-08-29 — Thermostat-valve entities, appliance status, fast/slow polling
1323

1424
Pre-released as 1.5.0-beta.1 through beta.3, which supersede 1.4.0-beta.1 —

custom_components/bosch/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"issue_tracker": "https://github.com/CaseyRo/ha_bosch/issues",
1212
"loggers": ["custom_components.bosch", "bosch_thermostat_client"],
1313
"requirements": ["bosch-thermostat-client==0.28.2"],
14-
"version": "1.5.0",
14+
"version": "1.5.1-beta.1",
1515
"zeroconf": ["_buderus._tcp.local."]
1616
}

0 commit comments

Comments
 (0)