-
v0.4.0 Stable
released this
2026-07-22 08:35:36 +00:00 | 3 commits to main since this releaseAdded
search_logbook: search logbook entries by pattern (string or regex) with scoped time range, entity/domain filters, lean output, and response size capget_energy_dashboard: read the Home Assistant energy dashboard configuration (sources, device consumption)save_energy_dashboard: write the Home Assistant energy dashboard configurationlist_config_entries: list Home Assistant integrations (config entries) with optional search filterreload_integration: reload an integration by its config entry IDreload_entity_integration: look up which integration manages a given entity, then reload itget_server_info: return MCP server build timestampget_entity_from_registry: get entity registry details for an entity (name, icon, area, disabled/hidden state, platform, unique_id)update_registry_entity: update entity registry fields: rename friendly name, rename entity_id, assign area, set icon, disable or hide entitydocker-buildtask in Taskfile for local image builds
Changed
- Renamed tools to drop
_toolsuffix:search_entities_tool->search_entities,domain_summary_tool->domain_summary,call_service_tool->call_service,delete_config_tool->delete_config,get_logbook_tool->get_logbook,search_error_log_tool->search_error_log,list_bluetooth_devices_tool->list_bluetooth_devices - Compacted tool docstrings to reduce context window usage
- Release process: merging to
mainnow auto-tags via CI based on thepyproject.tomlversion (.forgejo/workflows/auto-tag.yml); manual tagging is no longer required
Dependencies
- Re-added
httpx(required for config entry reload, which has no WebSocket equivalent) - Upgraded
mcp[cli]1.25.0 -> 1.28.1,websockets14.0 -> 16.1.1,httpx-> 0.28.1 - Upgraded dev/test tooling:
pytest-> 9.1.1,pytest-asyncio-> 1.4.0,coverage-> 7.15.2,bandit-> 1.9.4,ruff-> 0.15.22 - Upgraded
mypy1.20.2 -> 2.3.0 (major version bump; no code changes required, all checks still pass)
Container Image
Docker image available on Codeberg:
https://codeberg.org/timstoop/-/packages/container/hass-mcp/docker pull codeberg.org/timstoop/hass-mcp:0.4.0Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads