From 69db007282487a7befa22c6666a05a0845af9b6a Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Tue, 2 Aug 2022 08:25:00 +0100 Subject: [PATCH] Update TTS docs (#23596) --- source/_integrations/tts.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_integrations/tts.markdown b/source/_integrations/tts.markdown index 8f906485167..a6d7e659734 100644 --- a/source/_integrations/tts.markdown +++ b/source/_integrations/tts.markdown @@ -66,7 +66,6 @@ tts: cache: true cache_dir: /tmp/tts time_memory: 300 - base_url: http://192.168.0.10:8123 service_name: google_say ``` @@ -87,7 +86,7 @@ The Google cast devices (Google Home, Chromecast, etc.) present the following pr * They do not work with URLs that contain hostnames established by local naming means. Let's say your Home Assistant instance is running on a machine made known locally as `ha`. All your machines on your local network are able to access it as `ha`. However, try as you may, your cast device won't download the media files from your `ha` machine. That's because your cast device ignores your local naming setup. In this example, the `say` service creates a URL like `http://ha/path/to/media.mp3` (or `https://...` if you are using SSL). If you are _not_ using SSL then setting an internal URL that contains the IP address of your server works around this issue. By using an IP address, the cast device does not have to resolve the hostname. -* If you are using an SSL (e.g., `https://yourhost.example.org/...`) then you _must_ use the hostname in the certificate (e.g., `base_url: https://yourhost.example.org`). You cannot use an IP address since the certificate won't be valid for the IP address, and the cast device will refuse the connection. +* If you are using an SSL (e.g., `https://yourhost.example.org/...`) then you _must_ use the hostname in the certificate (e.g., `external_url: https://yourhost.example.org`). You cannot use an IP address since the certificate won't be valid for the IP address, and the cast device will refuse the connection. ## Service say