From 65de88dc148f2d3fa345fb014f2595653569f75b Mon Sep 17 00:00:00 2001 From: techartdev Date: Thu, 5 Feb 2026 12:07:39 +0200 Subject: [PATCH] Add terminal configuration options to documentation --- DOCS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index 61685d5..7f48a84 100644 --- a/DOCS.md +++ b/DOCS.md @@ -170,7 +170,13 @@ Control how the OpenClaw gateway binds to the network: These settings are applied automatically on add-on startup. No need to run `openclaw config` commands manually. ### Terminal -- `enable_terminal` (bool, default **true**) +- **`enable_terminal`** (bool, default **true**) + - Enable or disable the web terminal button inside Home Assistant + +- **`terminal_port`** (int, default **7681**) + - Port number for the web terminal (ttyd) to listen on + - Change this if port 7681 conflicts with another service on your system + - Valid range: 1024-65535 Security note: the terminal gives shell access inside the add-on container.