Skip to content

Commit 69eff5c

Browse files
author
semantic-release
committed
6.2.0
Automatically generated by python-semantic-release
1 parent 79f3c1e commit 69eff5c

4 files changed

Lines changed: 46 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

33
<!-- version list -->
44

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+
548
## v6.1.0 (2026-01-10)
649

750
### Bug Fixes

homeassistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Home Assistant MCP Server"
22
description: "AI assistant integration for Home Assistant via Model Context Protocol (MCP)"
3-
version: "6.1.0"
3+
version: "6.2.0"
44
slug: "ha_mcp"
55
url: "https://github.com/homeassistant-ai/ha-mcp"
66
arch:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ha-mcp"
7-
version = "6.1.0"
7+
version = "6.2.0"
88
description = "Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99
readme = "README.md"
1010
requires-python = ">=3.13,<3.14"

src/ha_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
through REST API and WebSocket integration with 20+ enhanced tools.
66
"""
77

8-
__version__ = "6.1.0"
8+
__version__ = "6.2.0"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)