mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Added single quotes around format value (#4609)
The service wont work without these
This commit is contained in:
parent
12d5f0486f
commit
de28af78b6
@ -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…
x
Reference in New Issue
Block a user