|
3 | 3 | <!-- version list --> |
4 | 4 |
|
5 | 5 |
|
| 6 | +## v7.14.1 (2026-07-19) |
| 7 | + |
| 8 | +### Changed |
| 9 | + |
| 10 | +- Record repo-wide C901 enforcement, guard against new per-file ignores |
| 11 | + ([#1967](https://github.com/homeassistant-ai/ha-mcp/pull/1967)) |
| 12 | + |
| 13 | +### Fixed |
| 14 | + |
| 15 | +- None-mode webhook connects from claude.ai with no login |
| 16 | + ([#1976](https://github.com/homeassistant-ai/ha-mcp/pull/1976)) |
| 17 | +- Raise on a dead WebSocket transport so dead entities fails loud |
| 18 | + ([#1966](https://github.com/homeassistant-ai/ha-mcp/pull/1966)) |
| 19 | +- Make pending component updates visible (learn-more docs, HACS nudge, held-install warning) |
| 20 | + ([#1970](https://github.com/homeassistant-ai/ha-mcp/pull/1970)) |
| 21 | +- Raise MIN_COMPONENT_VERSION to 1.2.0 so stale 1.1.0 builds fail the gate |
| 22 | + ([#1961](https://github.com/homeassistant-ai/ha-mcp/pull/1961)) |
| 23 | + |
| 24 | +--- |
| 25 | +<details> |
| 26 | +<summary>Internal Changes</summary> |
| 27 | + |
| 28 | + |
| 29 | +### Chores |
| 30 | + |
| 31 | +- **addon**: Publish dev addon version 7.14.0.dev2054 [skip ci] |
| 32 | + ([`e658112`](https://github.com/homeassistant-ai/ha-mcp/commit/e658112e25e88243928be00b2e79f08a04698400)) |
| 33 | +- **addon**: Publish dev addon version 7.14.0.dev2050 [skip ci] |
| 34 | + ([`c5fb22d`](https://github.com/homeassistant-ai/ha-mcp/commit/c5fb22d7888a857895eab4f0fe71cf59bf6a4d83)) |
| 35 | +- **addon**: Publish dev addon version 7.14.0.dev2047 [skip ci] |
| 36 | + ([`4b5c75d`](https://github.com/homeassistant-ai/ha-mcp/commit/4b5c75db520a24445bcb571196656455b8ad51b9)) |
| 37 | +- **addon**: Publish version 7.14.0 [skip ci] |
| 38 | + ([`fb455a2`](https://github.com/homeassistant-ai/ha-mcp/commit/fb455a20357a31e7653e63a96b3a663fab514a6f)) |
| 39 | + |
| 40 | +### Continuous Integration |
| 41 | + |
| 42 | +- Never fail the mirror gate open on a skipped triggering run |
| 43 | + ([#1968](https://github.com/homeassistant-ai/ha-mcp/pull/1968)) |
| 44 | + |
| 45 | +### Testing |
| 46 | + |
| 47 | +- Cover ha_manage_backup(action="diff") tool-layer error mapping |
| 48 | + ([#1963](https://github.com/homeassistant-ai/ha-mcp/pull/1963)) |
| 49 | +</details> |
| 50 | + |
| 51 | + |
6 | 52 | ## v7.14.0 (2026-07-19) |
7 | 53 |
|
8 | 54 | ### Added |
|
0 commit comments