Skip to content

Commit de28af7

Browse files
Marko Korhonenfabaff
Marko Korhonen
authored andcommitted
Added single quotes around format value (home-assistant#4609)
The service wont work without these
1 parent 12d5f04 commit de28af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/tts.voicerss.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tts:
4141
api_key: 'XXXXX'
4242
language: 'de-de'
4343
codec: mp3
44-
format: 8khz_8bit_mono
44+
format: '8khz_8bit_mono'
4545
```
4646

4747
Please note, some media_players require a certain format. For example the Sonos requires a format of '44khz_16bit_stereo'

0 commit comments

Comments
 (0)