forked from homeassistant-ai/ha-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
34 lines (34 loc) · 891 Bytes
/
Copy pathconfig.yaml
File metadata and controls
34 lines (34 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: "Home Assistant MCP Server (Dev)"
description: "Development channel - AI assistant integration via MCP (unstable)"
version: "7.3.0.dev228"
slug: "ha_mcp_dev"
url: "https://github.com/homeassistant-ai/ha-mcp"
stage: experimental
arch:
- aarch64
- amd64
init: false
startup: application
boot: manual
hassio_api: true
hassio_role: default
homeassistant_api: true
host_network: true
image: "ghcr.io/homeassistant-ai/ha-mcp-addon-dev-{arch}"
options:
backup_hint: "normal"
enable_skills: true
enable_skills_as_tools: true
enable_tool_search: false
enable_yaml_config_editing: false
schema:
backup_hint: list(strong|normal|weak|auto)
secret_path: str?
enable_skills: bool?
enable_skills_as_tools: bool?
enable_tool_search: bool?
enable_yaml_config_editing: bool?
enable_filesystem_tools: bool?
enable_custom_component_integration: bool?
ports:
9583/tcp: 9583