Skip to content

Commit 0d1a627

Browse files
author
semantic-release
committed
6.0.0
Automatically generated by python-semantic-release
1 parent fe1ca03 commit 0d1a627

4 files changed

Lines changed: 37 additions & 3 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v6.0.0 (2026-01-07)
6+
7+
### Bug Fixes
8+
9+
- Add truncation indicator to ha_search_entities (#393)
10+
([#393](https://github.com/homeassistant-ai/ha-mcp/pull/393),
11+
[`cd7fde2`](https://github.com/homeassistant-ai/ha-mcp/commit/cd7fde2fa540e9385f7ad63eaea155b807b6bb6c))
12+
13+
- Apply domain filter before fuzzy search, not after (#394)
14+
([#394](https://github.com/homeassistant-ai/ha-mcp/pull/394),
15+
[`2cc7536`](https://github.com/homeassistant-ai/ha-mcp/commit/2cc7536eba26ac350444130a391df61478b8cce1))
16+
17+
### Chores
18+
19+
- **addon**: Sync changelog for Home Assistant add-on [skip ci]
20+
([`52ecfcb`](https://github.com/homeassistant-ai/ha-mcp/commit/52ecfcb548fabbd9f9185024ea7dec3de4c63c07))
21+
22+
### Features
23+
24+
- Add Codex CLI support to setup wizard (#387)
25+
([#387](https://github.com/homeassistant-ai/ha-mcp/pull/387),
26+
[`fe1ca03`](https://github.com/homeassistant-ai/ha-mcp/commit/fe1ca034e884e6be5e753e6e8d7e07d9f973d541))
27+
28+
- Redesign label management with add/remove/set operations (#397)
29+
([#397](https://github.com/homeassistant-ai/ha-mcp/pull/397),
30+
[`0c46884`](https://github.com/homeassistant-ai/ha-mcp/commit/0c4688431168c5fdd69f2575cc76becf25105bda))
31+
32+
### Testing
33+
34+
- Add comprehensive E2E tests for label operations (#399)
35+
([#399](https://github.com/homeassistant-ai/ha-mcp/pull/399),
36+
[`963b879`](https://github.com/homeassistant-ai/ha-mcp/commit/963b879e9ce5b5d42d92d2574b8582e2e2a2ffa0))
37+
38+
539
## [Unreleased]
640

741
### BREAKING CHANGES

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: "5.1.0"
3+
version: "6.0.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 = "5.1.0"
7+
version = "6.0.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__ = "5.1.0"
8+
__version__ = "6.0.0"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)