merge new gateway configs from dev build

This commit is contained in:
techartdev
2026-02-02 02:02:16 +02:00
parent 9aab638714
commit cb68662eb6
8 changed files with 385 additions and 2 deletions
+12 -1
View File
@@ -1,5 +1,5 @@
name: OpenClaw Assistant
version: "0.5.25"
version: "0.5.26"
slug: openclaw_assistant
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
url: https://github.com/techartdev/OpenClawHomeAssistant
@@ -47,6 +47,15 @@ options:
clean_session_locks_on_start: true
clean_session_locks_on_exit: true
# Gateway network bind mode:
# - loopback: bind to 127.0.0.1 only (local access only, more secure)
# - lan: bind to all interfaces (accessible from local network)
# Default is loopback for security.
gateway_bind_mode: loopback
# Gateway port to listen on
gateway_port: 18789
schema:
timezone: str
@@ -60,4 +69,6 @@ schema:
clean_session_locks_on_start: bool?
clean_session_locks_on_exit: bool?
gateway_bind_mode: list(loopback|lan)?
gateway_port: int(1,65535)?