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+ ## v4.8.1 (2025-12-01)
6+
7+ ### Bug Fixes
8+
9+ - Add error handling to ha_deep_search (#226 )
10+ ([ #226 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/226 ) ,
11+ [ ` f952fe4 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/f952fe4dacf3048346102f36d8e3b96fe81e668d ) )
12+
13+ ### Chores
14+
15+ - ** addon** : Sync changelog for Home Assistant add-on [ skip ci]
16+ ([ ` 634d142 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/634d142adc8db6a0b0fa8d920a663d0bb6e61238 ) )
17+
18+
519## v4.8.0 (2025-12-01)
620
721### Chores
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 : " 4.8.0 "
3+ version : " 4.8.1 "
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 = " 4.8.0 "
7+ version = " 4.8.1 "
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__ = "4.8.0 "
8+ __version__ = "4.8.1 "
99__author__ = "Julien"
1010__license__ = "MIT"
1111
You can’t perform that action at this time.
0 commit comments