File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : " Home Assistant MCP Server"
22description : " AI assistant integration for Home Assistant via Model Context Protocol (MCP)"
3- version : " 5.1 .0"
3+ version : " 6.0 .0"
44slug : " ha_mcp"
55url : " https://github.com/homeassistant-ai/ha-mcp"
66arch :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ha-mcp"
7- version = " 5.1 .0"
7+ version = " 6.0 .0"
88description = " Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99readme = " README.md"
1010requires-python = " >=3.13,<3.14"
Original file line number Diff line number Diff line change 55through 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
You can’t perform that action at this time.
0 commit comments