Source Code
Wyoming-Clawdbot
Bridge Home Assistant Assist voice commands to Clawdbot via Wyoming Protocol.
What it does
- Receives voice commands from Home Assistant Assist
- Forwards them to Clawdbot for processing
- Returns AI responses to be spoken by Home Assistant TTS
Setup
- Clone and run the server:
git clone https://github.com/vglafirov/wyoming-clawdbot.git
cd wyoming-clawdbot
docker compose up -d
Add Wyoming integration in Home Assistant:
- Settings โ Devices & Services โ Add Integration
- Search "Wyoming Protocol"
- Enter host:port (e.g.,
192.168.1.100:10600)
Configure Voice Assistant pipeline to use "clawdbot" as Conversation Agent
Requirements
- Clawdbot running on the same host
- Home Assistant with Wyoming integration
- Docker (recommended) or Python 3.11+