Skip to content

Commit b62b4fa

Browse files
TechTrailsfabaff
authored andcommitted
Add base_url documentation (home-assistant#1648)
Updating to add a note and example of the base_url property as it is needed for users using SSL or Docker.
1 parent 54e9060 commit b62b4fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_components/tts.google.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ tts:
3434
- platform: google
3535
language: 'de'
3636
```
37+
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:
39+
```yaml
40+
#Example configuration.yaml entry
41+
html:
42+
base_url: example.duckdns.org
43+
```
44+
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)