This commit is contained in:
techartdev
2026-02-21 18:27:17 +02:00
11 changed files with 78 additions and 5 deletions
+10 -4
View File
@@ -1,5 +1,5 @@
name: OpenClaw Assistant
version: "0.5.45"
version: "0.5.46"
slug: openclaw_assistant
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
url: https://github.com/techartdev/OpenClawHomeAssistant
@@ -57,10 +57,10 @@ options:
gateway_mode: local
# Gateway network bind mode:
# - loopback: bind to 127.0.0.1 only (local access only, more secure)
# - loopback: bind to 127.0.0.1 only (local access only, most secure)
# - lan: bind to all interfaces (accessible from local network)
# - tailnet: bind only to Tailscale interface address (tailnet-only access)
# - auto: OpenClaw auto-select bind (upstream behavior)
# - tailnet: bind to Tailscale IP only (accessible only via Tailscale — recommended for remote access)
# - auto: prefer loopback; use tailnet if Tailscale is available
# Default is loopback for security.
gateway_bind_mode: loopback
@@ -77,6 +77,11 @@ options:
# Default is false for security.
allow_insecure_auth: false
# Force IPv4-first DNS result ordering for Node fetch/network calls.
# Useful on networks where IPv6 resolution exists but IPv6 egress is broken
# (can affect Telegram API polling in some HAOS/VM setups).
force_ipv4_dns: false
schema:
timezone: str
@@ -96,4 +101,5 @@ schema:
gateway_port: int(1,65535)?
enable_openai_api: bool?
allow_insecure_auth: bool?
force_ipv4_dns: bool?