Skip to content

Commit d4e05ed

Browse files
committed
Merge branch 'pr-857' into addon-repo
# Conflicts: # homeassistant-addon-dev/config.yaml # homeassistant-addon-dev/translations/en.yaml # homeassistant-addon-dev/translations/en.yaml~HEAD # homeassistant-addon/DOCS.md # homeassistant-addon/config.yaml # homeassistant-addon/start.py # homeassistant-addon/translations/en.yaml # src/ha_mcp/config.py # src/ha_mcp/server.py
2 parents a3870c0 + 1ada044 commit d4e05ed

13 files changed

Lines changed: 2204 additions & 98 deletions

File tree

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ LOG_LEVEL=INFO
3232
# top-level keys in configuration.yaml and packages/*.yaml.
3333
# ENABLE_YAML_CONFIG_EDITING=false
3434

35+
# Disable specific tools or tool groups (comma-separated).
36+
# Group names: HACS, System, Automations, etc. Tool names: ha_config_set_yaml, etc.
37+
# In the add-on, this is populated automatically from the enabled_tools UI.
38+
# DISABLED_TOOLS=ha_config_set_yaml
39+
40+
# Additional tools to pin when tool search is enabled (comma-separated).
41+
# In the add-on, this is populated automatically from the pinned_tools UI.
42+
# PINNED_TOOLS=
43+
44+
# Max results from ha_search_tools (2-10, default 5).
45+
# TOOL_SEARCH_MAX_RESULTS=5
46+
3547
# Optional: MCP Server Configuration
3648
MCP_SERVER_NAME=ha-mcp
3749
# MCP_SERVER_VERSION defaults to the package version (e.g. 6.7.2)

0 commit comments

Comments
 (0)