Add message channel header for voice requests

A header was missing for properly recognition of the message channel as voice.
This commit is contained in:
Nicola Bonzanni
2026-03-30 00:27:19 +02:00
committed by GitHub
parent 95bfe5e214
commit 73a203cb15
@@ -43,6 +43,7 @@ _LOGGER = logging.getLogger(__name__)
_VOICE_REQUEST_HEADERS = {
"x-openclaw-source": "voice",
"x-ha-voice": "true",
"x-openclaw-message-channel": "voice",
}