Added single quotes around format value (#4609)

The service wont work without these
This commit is contained in:
Marko Korhonen 2018-02-09 21:40:55 +02:00 committed by Fabian Affolter
parent 12d5f0486f
commit de28af78b6

View File

@ -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'