From 8bab9d5ff441cfdbd8a12fbeab309b1b6352c063 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Wed, 22 Apr 2026 22:35:51 +0200 Subject: [PATCH] ai stuff --- ai/ha-mcp.container | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ai/ha-mcp.container diff --git a/ai/ha-mcp.container b/ai/ha-mcp.container new file mode 100644 index 0000000..da7cbb2 --- /dev/null +++ b/ai/ha-mcp.container @@ -0,0 +1,17 @@ +[Unit] +Description=Home Assistant MCP Server + +[Container] +AutoUpdate=registry +ContainerName=ha-mcp +Environment=HOMEASSISTANT_URL=http://localhost:8123 +Secret=ha_token,type=env,target=HOMEASSISTANT_TOKEN +Image=ghcr.io/homeassistant-ai/ha-mcp:latest +PublishPort=8086:8086 +Exec=ha-mcp-web + +[Service] +Restart=always + +[Install] +WantedBy=default.target