We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62b4fa commit 4486384Copy full SHA for 4486384
source/_components/tts.google.markdown
@@ -35,10 +35,12 @@ tts:
35
language: 'de'
36
```
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:
+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
+
40
```yaml
41
#Example configuration.yaml entry
42
html:
43
base_url: example.duckdns.org
44
45
46
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