We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e9060 commit b62b4faCopy full SHA for b62b4fa
source/_components/tts.google.markdown
@@ -34,3 +34,11 @@ tts:
34
- platform: google
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:
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