Update gateway settings and translations for allow_insecure_auth option

This commit is contained in:
techartdev
2026-02-02 02:16:59 +02:00
parent ef9b9a8ce6
commit 1db5009f0b
7 changed files with 47 additions and 12 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
name: OpenClaw Assistant
version: "0.5.26"
version: "0.5.27"
slug: openclaw_assistant
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
url: https://github.com/techartdev/OpenClawHomeAssistant
@@ -56,6 +56,11 @@ options:
# Gateway port to listen on
gateway_port: 18789
# Allow insecure HTTP authentication (required for HTTP gateway access on LAN)
# WARNING: Only enable if you're using HTTP (not HTTPS) for gateway_public_url
# Default is false for security.
allow_insecure_auth: false
schema:
timezone: str
@@ -71,4 +76,5 @@ schema:
clean_session_locks_on_exit: bool?
gateway_bind_mode: list(loopback|lan)?
gateway_port: int(1,65535)?
allow_insecure_auth: bool?