Fix new lines

This commit is contained in:
Fabian Affolter 2017-01-04 11:32:56 +01:00
parent 4b84f2077d
commit f250c5d879
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -35,10 +35,12 @@ tts:
language: 'de' language: 'de'
``` ```
Note: If you are using SSL certificate or Docker, you may need to add the `base_url` configuration variable to your `html` component as follows: If you are using SSL certificate or Docker, you may need to add the `base_url` configuration variable to your `html` component as follows:
```yaml ```yaml
#Example configuration.yaml entry #Example configuration.yaml entry
html: html:
base_url: example.duckdns.org base_url: example.duckdns.org
``` ```
The `base_url` configuration variable was added in 0.35.1, so make sure your Home Assistant version is **0.35.1 or above.** The `base_url` configuration variable was added in 0.35.1, so make sure your Home Assistant version is **0.35.1 or above.**