Skip to content

Commit 6bc0fcf

Browse files
author
semantic-release
committed
6.1.0
Automatically generated by python-semantic-release
1 parent 8e8f1af commit 6bc0fcf

4 files changed

Lines changed: 43 additions & 3 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v6.1.0 (2026-01-10)
6+
7+
### Bug Fixes
8+
9+
- Preserve nested conditions in or/and/not compound condition blocks (#409)
10+
([#409](https://github.com/homeassistant-ai/ha-mcp/pull/409),
11+
[`c92a375`](https://github.com/homeassistant-ai/ha-mcp/commit/c92a3754dfad80465ddbabfdee05cd7385409ae2))
12+
13+
- **ci**: Add debug output and re-check draft status before publishing (#400)
14+
([#400](https://github.com/homeassistant-ai/ha-mcp/pull/400),
15+
[`fc66001`](https://github.com/homeassistant-ai/ha-mcp/commit/fc6600173c44daf9d3625af53729a94ab25db797))
16+
17+
### Chores
18+
19+
- **addon**: Sync changelog for Home Assistant add-on [skip ci]
20+
([`cee9cd9`](https://github.com/homeassistant-ai/ha-mcp/commit/cee9cd92a80e0044f31696439b163893120b0c67))
21+
22+
### Documentation
23+
24+
- Add @cj-elevate to contributors for PR #355
25+
([`bba1c89`](https://github.com/homeassistant-ai/ha-mcp/commit/bba1c89db94b93c54ebd121b185aa38e2cce8853))
26+
27+
- Fix Cloudflared add-on Quick Tunnel documentation inaccuracy (#407)
28+
([#407](https://github.com/homeassistant-ai/ha-mcp/pull/407),
29+
[`8e8f1af`](https://github.com/homeassistant-ai/ha-mcp/commit/8e8f1af4ea7d09a3efdeba9d0c94c32f8edeed68))
30+
31+
- Move @cj-elevate to end of contributors list
32+
([`7b452ed`](https://github.com/homeassistant-ai/ha-mcp/commit/7b452ede8dff8fa59839ba065e1ba84c0af627fb))
33+
34+
### Features
35+
36+
- Harmonize config entry tools and add Flow API support (#403)
37+
([#403](https://github.com/homeassistant-ai/ha-mcp/pull/403),
38+
[`071a8ef`](https://github.com/homeassistant-ai/ha-mcp/commit/071a8efc734b8771fa98e413173977a9d0915442))
39+
40+
- Improve bug report clarity and add agent behavior feedback (#401)
41+
([#401](https://github.com/homeassistant-ai/ha-mcp/pull/401),
42+
[`bbcba45`](https://github.com/homeassistant-ai/ha-mcp/commit/bbcba45a200fb8a1dfdc4983643d7c4fe0bcb41e))
43+
44+
545
## v6.0.0 (2026-01-07)
646

747
### 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.0.0"
3+
version: "6.1.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.0.0"
7+
version = "6.1.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.0.0"
8+
__version__ = "6.1.0"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)