|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 5 | +## v6.2.0 (2026-01-12) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Pin numpy to 2.3.x for CPU compatibility (#410) |
| 10 | + ([#410](https://github.com/homeassistant-ai/ha-mcp/pull/410), |
| 11 | + [`b415a22`](https://github.com/homeassistant-ai/ha-mcp/commit/b415a2246a4ad903b867e3781067c9b5fa4586f1)) |
| 12 | + |
| 13 | +- **addon-dev**: Set hassio_role to admin (retry) (#417) |
| 14 | + ([#417](https://github.com/homeassistant-ai/ha-mcp/pull/417), |
| 15 | + [`78a19d4`](https://github.com/homeassistant-ai/ha-mcp/commit/78a19d449297fafd36956d00d8fa9206170aa9d4)) |
| 16 | + |
| 17 | +- **addon-dev**: Set hassio_role to homeassistant to allow DELETE operations (#416) |
| 18 | + ([#416](https://github.com/homeassistant-ai/ha-mcp/pull/416), |
| 19 | + [`3bca5d2`](https://github.com/homeassistant-ai/ha-mcp/commit/3bca5d20c01728384be26928172921ec8b27a99a)) |
| 20 | + |
| 21 | +- **client**: Ensure REST API paths are correctly resolved relative to /api/ (#418) |
| 22 | + ([#418](https://github.com/homeassistant-ai/ha-mcp/pull/418), |
| 23 | + [`6f40808`](https://github.com/homeassistant-ai/ha-mcp/commit/6f4080829da4d53c09fa75c381e6d9fb71aa985a)) |
| 24 | + |
| 25 | +### Chores |
| 26 | + |
| 27 | +- **addon**: Sync changelog for Home Assistant add-on [skip ci] |
| 28 | + ([`d575f09`](https://github.com/homeassistant-ai/ha-mcp/commit/d575f0956c9b6483d048178786f35e93eac20a6a)) |
| 29 | + |
| 30 | +### Features |
| 31 | + |
| 32 | +- Consolidate duplicate tools (108 → 105 tools) (#423) |
| 33 | + ([#423](https://github.com/homeassistant-ai/ha-mcp/pull/423), |
| 34 | + [`79f3c1e`](https://github.com/homeassistant-ai/ha-mcp/commit/79f3c1e569162bc3ecc87e885655840a37f0278e)) |
| 35 | + |
| 36 | +- **addon**: Log package version on startup (#419) |
| 37 | + ([#419](https://github.com/homeassistant-ai/ha-mcp/pull/419), |
| 38 | + [`2929f40`](https://github.com/homeassistant-ai/ha-mcp/commit/2929f40475332408b881e741c61939048c748c1b)) |
| 39 | + |
| 40 | +- **debug**: Add verbose logging and connection test for add-on (#421) |
| 41 | + ([#421](https://github.com/homeassistant-ai/ha-mcp/pull/421), |
| 42 | + [`881ca6f`](https://github.com/homeassistant-ai/ha-mcp/commit/881ca6f3c06b63f2965db16639b099f74238d494)) |
| 43 | + |
| 44 | +- **debug**: Test direct connection to Core |
| 45 | + ([`02d7f61`](https://github.com/homeassistant-ai/ha-mcp/commit/02d7f612a9f21a74d0e91a6849eda077505823ee)) |
| 46 | + |
| 47 | + |
5 | 48 | ## v6.1.0 (2026-01-10) |
6 | 49 |
|
7 | 50 | ### Bug Fixes |
|
0 commit comments