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+ ## v5.0.3 (2025-12-23)
6+
7+ ### Bug Fixes
8+
9+ - Resolve Docker environment variable validation error (#354 ) (#356 )
10+ ([ #356 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/356 ) ,
11+ [ ` c9c0259 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/c9c0259b8c714a76871da7db2b254fcdaff0a629 ) )
12+
13+ ### Chores
14+
15+ - ** addon** : Sync changelog for Home Assistant add-on [ skip ci]
16+ ([ ` f4a72de ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/f4a72de4ee9227e4d2ce602423330e76aba780ef ) )
17+
18+
519## v5.0.2 (2025-12-22)
620
721### Bug Fixes
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.0.2 "
3+ version : " 5.0.3 "
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.0.2 "
7+ version = " 5.0.3 "
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.0.2 "
8+ __version__ = "5.0.3 "
99__author__ = "Julien"
1010__license__ = "MIT"
1111
You can’t perform that action at this time.
0 commit comments