From fed9e8d5a6686bb4237e66621d476581c562a91b Mon Sep 17 00:00:00 2001 From: Yllelder Bamir Date: Sun, 28 Apr 2019 19:11:21 +0200 Subject: [PATCH] Add visibility with a note (#9314) * Add visibility with a note Just as the top of the page is reported in the "note" format of a particular change in a specific version, the clarification at the bottom of the page should be in the "note" format as well. * Remove note --- source/_components/google_translate.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/_components/google_translate.markdown b/source/_components/google_translate.markdown index cb052015c4a..7dc9826f101 100644 --- a/source/_components/google_translate.markdown +++ b/source/_components/google_translate.markdown @@ -18,7 +18,7 @@ redirect_from: The `google_translate` text-to-speech platform uses unofficial [Google Translate Text-to-Speech engine](https://translate.google.com/) to read a text with natural sounding voices.

-This platform renamed to `google_translate` from `google` since release 0.92 +This platform renamed to `google_translate` from `google` since release 0.92.

## {% linkable_title Configuration %} @@ -40,7 +40,7 @@ language: {% endconfiguration %} Check the [complete list of supported languages](https://translate.google.com/intl/en_ALL/about/languages/) (languages where "Talk" feature is enabled in Google Translate) for allowed values. -Use the 2 digit language code which you can find at the end of url when you click on Language name. +Use the 2 digit language code which you can find at the end of URL when you click on Language name. ## {% linkable_title Full configuration example %} @@ -60,5 +60,3 @@ If you are using SSL certificate or Docker, you may need to add the `base_url` c http: base_url: example.duckdns.org ``` - -The `base_url` configuration variable was added in 0.35.1, so make sure your Home Assistant version is **0.35.1 or above.**