First data

This commit is contained in:
Marco 2026-04-17 14:08:19 +02:00
commit f5a209bb4a
13 changed files with 811 additions and 0 deletions

1
mcp/home-docker/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env

View file

@ -0,0 +1,11 @@
services:
ha-mcp:
image: ghcr.io/homeassistant-ai/ha-mcp:latest
container_name: ha-mcp
restart: unless-stopped
ports:
- "8086:8086"
environment:
HOMEASSISTANT_URL: ${HOMEASSISTANT_URL}
HOMEASSISTANT_TOKEN: ${HOMEASSISTANT_TOKEN}
command: ha-mcp-web