Skip to content

Commit

Permalink
default_config: set audio response to TTS by default
Browse files Browse the repository at this point in the history
We've had several reports of TTS not working. This was often because the
user did not enable TTS audio responses. Let's make it the default to
avoid more such reports in the future.
  • Loading branch information
stintel committed Jan 9, 2024
1 parent 4c0a2f7 commit c529c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"aec": true,
"audio_codec": "PCM",
"audio_response_type": "None",
"audio_response_type": "TTS",
"bss": false,
"command_endpoint": "Home Assistant",
"display_timeout": 10,
Expand Down

0 comments on commit c529c0a

Please sign in to comment.