Added single quotes around format value (#4609)
The service wont work without these
This commit is contained in:
parent
12d5f0486f
commit
de28af78b6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ tts:
|
|||
api_key: 'XXXXX'
|
||||
language: 'de-de'
|
||||
codec: mp3
|
||||
format: 8khz_8bit_mono
|
||||
format: '8khz_8bit_mono'
|
||||
```
|
||||
|
||||
Please note, some media_players require a certain format. For example the Sonos requires a format of '44khz_16bit_stereo'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue