Update version to 0.1.41 and enhance integration with voice mode fixes, gateway connection status, and updated documentation

This commit is contained in:
techartdev
2026-02-20 23:37:58 +02:00
parent faa962d8bc
commit de7ef4ac99
13 changed files with 74 additions and 41 deletions
+12 -4
View File
@@ -28,15 +28,17 @@ OpenClaw is a Home Assistant custom integration that connects your HA instance t
- `openclaw_message_received`
- `openclaw_tool_invoked`
- **Sensors / status entities** for model and connection state
- Includes tool telemetry sensors (`Last Tool`, `Last Tool Status`, `Last Tool Duration`, `Last Tool Invoked`)
---
## Requirements
- Home Assistant with Supervisor support for addon discovery
- Home Assistant Core `2025.1.0+` (declared minimum)
- Supervisor is optional (used for auto-discovery)
- OpenClaw Assistant addon installed and running
The integration auto-detects the addon. You do not need to manually set an API base URL.
The integration can auto-detect the addon when Supervisor is available. You can always configure host/port/token manually.
---
@@ -73,6 +75,8 @@ The integration auto-detects the addon. You do not need to manually set an API b
The card is registered automatically by the integration.
The card header shows live gateway state (`Online` / `Offline`) using existing OpenClaw status entities.
```yaml
type: custom:openclaw-chat-card
title: OpenClaw Chat
@@ -125,7 +129,6 @@ When enabled, OpenClaw tool-call responses can execute Home Assistant services.
- **Wake word enabled**
- **Wake word** (default: `hey openclaw`)
- **Always voice mode** (continuous listening while card is open)
- **Voice input provider** (`browser` or `assist_stt`)
### Voice provider usage
@@ -138,7 +141,7 @@ When enabled, OpenClaw tool-call responses can execute Home Assistant services.
- **`assist_stt`**
- Uses Home Assistant STT provider via `/api/stt/<provider>`.
- Intended for manual mic input (press mic, speak, auto-stop, transcribe, send).
- Continuous voice mode is not used in this provider.
- If continuous Voice Mode is enabled while this provider is selected, the card uses browser speech for continuous listening.
For `assist_stt`, make sure an STT engine is configured in **Settings → Voice assistants**.
@@ -291,6 +294,11 @@ action:
- For `browser`: open browser console for `OpenClaw: Speech recognition error`; repeated `network` usually means browser speech backend failure
- For `assist_stt`: check network calls to `/api/stt/<provider>` and verify Home Assistant Voice/STT provider is configured
### Tool sensors show `Unknown`
- `Last Tool*` sensors stay `Unknown` until at least one `openclaw.invoke_tool` service call has executed.
- `Session Count` remains `0` if gateway policy blocks `sessions_list` for `/tools/invoke`.
### Responses do not appear after sending
- Verify `openclaw_message_received` is being fired in Developer Tools → Events