File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<!-- version list -->
44
55
6+ ## v7.12.1 (2026-07-10)
7+
8+ ### Fixed
9+
10+ - Stop the auto-updated in-process server crashing under an older custom component
11+ ([ #1792 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/1792 ) )
12+
13+ ### Refactoring
14+
15+ - ** c901** : Fix 8 files below C901 threshold, remove from grandfather list
16+ ([ #1793 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/1793 ) )
17+ - ** c901** : Tools_config_dashboards.py below C901 threshold, enable C90 lint
18+ ([ #1790 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/1790 ) )
19+
20+ ---
21+ <details >
22+ <summary >Internal Changes</summary >
23+
24+
25+ ### Fixed
26+
27+ - Isolate 3 beta-gate tests from real ~ /.ha-mcp config
28+ ([ #1791 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/1791 ) )
29+ - Split mypy-webhook-proxy lefthook job to avoid module collision
30+ ([ #1789 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/1789 ) )
31+
32+ ### Chores
33+
34+ - ** addon** : Publish dev addon version 7.12.0.dev1840 [ skip ci]
35+ ([ ` d315210 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/d31521044f06212204665155d9b2b0b999199d9b ) )
36+ - ** addon** : Publish dev addon version 7.12.0.dev1837 [ skip ci]
37+ ([ ` 2fd1621 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/2fd1621c01664ef2baf4ce30a4e31a734a567760 ) )
38+ - ** addon** : Publish dev addon version 7.12.0.dev1835 [ skip ci]
39+ ([ ` 55ce284 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/55ce284bad809594b4a6472083f512a02b8edc37 ) )
40+ - ** addon** : Publish version 7.12.0 [ skip ci]
41+ ([ ` adcbd61 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/adcbd61c88633f1d3b12c2f713b6971cd82313d3 ) )
42+
43+ ### Testing
44+
45+ - Add an update-path e2e lane covering released-component x new-server installs
46+ ([ #1796 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/1796 ) )
47+ </details >
48+
49+
650## v7.12.0 (2026-07-09)
751
852### Added
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 = " 7.12.0 "
7+ version = " 7.12.1 "
88description = " Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99readme = " README.md"
1010# Upper bound widened to <3.15 so the package installs on Home Assistant's
You can’t perform that action at this time.
0 commit comments