mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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
This commit is contained in:
parent
5c7a001feb
commit
fed9e8d5a6
@ -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.
|
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.
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
This platform renamed to `google_translate` from `google` since release 0.92
|
This platform renamed to `google_translate` from `google` since release 0.92.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Configuration %}
|
||||||
@ -40,7 +40,7 @@ language:
|
|||||||
{% endconfiguration %}
|
{% 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.
|
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 %}
|
## {% 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:
|
http:
|
||||||
base_url: example.duckdns.org
|
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.**
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user