Skip to content

Commit 6aceca9

Browse files
author
semantic-release
committed
5.1.0
Automatically generated by python-semantic-release
1 parent d2ae884 commit 6aceca9

4 files changed

Lines changed: 71 additions & 3 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.1.0 (2026-01-06)
6+
7+
### Bug Fixes
8+
9+
- Preserve 'conditions' (plural) in choose/if blocks (#388)
10+
([#388](https://github.com/homeassistant-ai/ha-mcp/pull/388),
11+
[`89c082b`](https://github.com/homeassistant-ai/ha-mcp/commit/89c082b6aba1d92ebd4a5678a6d9de1f75d70830))
12+
13+
- Resolve WebSocket race conditions and improve error handling (#378)
14+
([#378](https://github.com/homeassistant-ai/ha-mcp/pull/378),
15+
[`521e3b0`](https://github.com/homeassistant-ai/ha-mcp/commit/521e3b01ff0108ed78a5be3b614e17fc50321c11))
16+
17+
### Build System
18+
19+
- **deps**: Bump astral-sh/uv (#390) ([#390](https://github.com/homeassistant-ai/ha-mcp/pull/390),
20+
[`b218dc8`](https://github.com/homeassistant-ai/ha-mcp/commit/b218dc853f2930ea88faaff15f4882b26c4eae2c))
21+
22+
### Chores
23+
24+
- **addon**: Sync changelog for Home Assistant add-on [skip ci]
25+
([`b62d25b`](https://github.com/homeassistant-ai/ha-mcp/commit/b62d25b7efad05d3c75b530260773ddd0a90d45b))
26+
27+
### Continuous Integration
28+
29+
- **deps**: Bump renovatebot/github-action from 44.2.1 to 44.2.2 (#372)
30+
([#372](https://github.com/homeassistant-ai/ha-mcp/pull/372),
31+
[`6d7b085`](https://github.com/homeassistant-ai/ha-mcp/commit/6d7b08501a18a5170bd63d706e86ec6064733052))
32+
33+
- **deps**: Bump renovatebot/github-action from 44.2.2 to 44.2.3 (#389)
34+
([#389](https://github.com/homeassistant-ai/ha-mcp/pull/389),
35+
[`84102d2`](https://github.com/homeassistant-ai/ha-mcp/commit/84102d2515ff64ff90899c8abff2b9334d675dc2))
36+
37+
### Documentation
38+
39+
- Add PR execution philosophy and final reporting guidelines
40+
([`b6a5473`](https://github.com/homeassistant-ai/ha-mcp/commit/b6a547365ad03cf1518af56a757b780b2bfc880c))
41+
42+
- Add sponsor badge, community section, and star history
43+
([`2fe299b`](https://github.com/homeassistant-ai/ha-mcp/commit/2fe299bb8815a08fd488489ab151454005b3c7d0))
44+
45+
- Add workflow for implementing improvements in separate PRs
46+
([`dd6aafc`](https://github.com/homeassistant-ai/ha-mcp/commit/dd6aafc62055c9cd92fe71fa68929b2f6c00fbcc))
47+
48+
- Change sponsor badge to blueviolet
49+
([`1a1102f`](https://github.com/homeassistant-ai/ha-mcp/commit/1a1102f8694d4127eeb7af6e9cbaaea419d36646))
50+
51+
- Change sponsor emoji from heart to coffee
52+
([`8f026df`](https://github.com/homeassistant-ai/ha-mcp/commit/8f026dfedf76de7d3788a42ae444c0bb6de64fd2))
53+
54+
- Clarify PR workflow with explicit comment checking
55+
([`d9d6b35`](https://github.com/homeassistant-ai/ha-mcp/commit/d9d6b354dec479d2c0e9a2f327442cd6c5f9d9d7))
56+
57+
- Simplify ha_call_service docstring (117→34 lines) (#379)
58+
([#379](https://github.com/homeassistant-ai/ha-mcp/pull/379),
59+
[`decdd92`](https://github.com/homeassistant-ai/ha-mcp/commit/decdd927e3bff0ae93c148070010949bec273513))
60+
61+
- Update sponsor badge text and color
62+
([`939a09e`](https://github.com/homeassistant-ai/ha-mcp/commit/939a09eb67e7797d561090fe26a3db8279764b0d))
63+
64+
### Features
65+
66+
- Update issue-to-pr-resolver agent with PR execution philosophy
67+
([`075b64a`](https://github.com/homeassistant-ai/ha-mcp/commit/075b64aa25010e3482aeda2e7ccc0a13f1e166e1))
68+
69+
- Update pr-checker agent with PR execution philosophy
70+
([`80bf518`](https://github.com/homeassistant-ai/ha-mcp/commit/80bf51896f4738f910ac68ab193e55bd19e1b393))
71+
72+
573
## v5.0.6 (2025-12-28)
674

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

0 commit comments

Comments
 (0)