Skip to content

Commit c220b3a

Browse files
author
semantic-release
committed
5.0.5
Automatically generated by python-semantic-release
1 parent 163f0ee commit c220b3a

4 files changed

Lines changed: 49 additions & 3 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.0.5 (2025-12-24)
6+
7+
### Bug Fixes
8+
9+
- Support blueprint automations in ha_config_set_automation (#364)
10+
([#364](https://github.com/homeassistant-ai/ha-mcp/pull/364),
11+
[`163f0ee`](https://github.com/homeassistant-ai/ha-mcp/commit/163f0eedea69f50d72458073bca3d7552500b389))
12+
13+
- **ci**: Clear ignorePaths to allow scanning tests/
14+
([`b363519`](https://github.com/homeassistant-ai/ha-mcp/commit/b363519c2a05fb66bf21d012bedcc9d015f2fc28))
15+
16+
- **ci**: Configure Renovate to only handle HA test container
17+
([`22eefd1`](https://github.com/homeassistant-ai/ha-mcp/commit/22eefd1e71fc63f49e0113647c44ba99e2578d63))
18+
19+
- **ci**: Configure Renovate to scan current repository
20+
([`553917a`](https://github.com/homeassistant-ai/ha-mcp/commit/553917a5603f21474e8040a2cc5d050a48f00975))
21+
22+
- **ci**: Correct regex - match version digits only
23+
([`970c358`](https://github.com/homeassistant-ai/ha-mcp/commit/970c358ab8c260564b98f51dd033f4ca06f58fe5))
24+
25+
- **ci**: Improve renovate regex pattern for HA container version
26+
([`32da751`](https://github.com/homeassistant-ai/ha-mcp/commit/32da7510bcc5f71667f243f0d0f942b44348050a))
27+
28+
- **ci**: Update HA test container and separate Renovate schedule
29+
([`0a4bc2f`](https://github.com/homeassistant-ai/ha-mcp/commit/0a4bc2f2de8fce292dd15afe894a088a5e8dec61))
30+
31+
- **ci**: Use correct manager name custom.regex
32+
([`e8bded1`](https://github.com/homeassistant-ai/ha-mcp/commit/e8bded1d8152e242a7aa91d7c66dd5a8256e3f5d))
33+
34+
- **docs**: Update AGENTS.md with ha-mcp-web command
35+
([`25ddcb7`](https://github.com/homeassistant-ai/ha-mcp/commit/25ddcb7e081bf029022588c82e5aeca260f97179))
36+
37+
- **docs**: Update Docker commands to use ha-mcp-web and remove backslashes
38+
([`90822c0`](https://github.com/homeassistant-ai/ha-mcp/commit/90822c087b18cfb68eb2bc23c062a8494356011a))
39+
40+
### Chores
41+
42+
- **addon**: Sync changelog for Home Assistant add-on [skip ci]
43+
([`bb3c3ed`](https://github.com/homeassistant-ai/ha-mcp/commit/bb3c3ed3c26d442f8782a4618a4e3807b9385355))
44+
45+
### Documentation
46+
47+
- Document hotfix workflow with stable tag verification and timing
48+
([`6bbd782`](https://github.com/homeassistant-ai/ha-mcp/commit/6bbd782ea31fad3e5d4d8aac0a03e26a4ec9a41a))
49+
50+
551
## v5.0.4 (2025-12-23)
652

753
### 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.4"
3+
version: "5.0.5"
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.4"
7+
version = "5.0.5"
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.4"
8+
__version__ = "5.0.5"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)