Skip to content

Commit 4486384

Browse files
committed
Fix new lines
1 parent b62b4fa commit 4486384

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_components/tts.google.markdown

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ tts:
3535
language: 'de'
3636
```
3737

38-
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:
38+
If you are using SSL certificate or Docker, you may need to add the `base_url` configuration variable to your `html` component as follows:
39+
3940
```yaml
4041
#Example configuration.yaml entry
4142
html:
4243
base_url: example.duckdns.org
4344
```
45+
4446
The `base_url` configuration variable was added in 0.35.1, so make sure your Home Assistant version is **0.35.1 or above.**

0 commit comments

Comments
 (0)