From f250c5d87997d905087f210aace9df8bbe416d3d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 4 Jan 2017 11:32:56 +0100 Subject: [PATCH] Fix new lines --- source/_components/tts.google.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/tts.google.markdown b/source/_components/tts.google.markdown index 2e83f0b18c9..85ff54b474b 100644 --- a/source/_components/tts.google.markdown +++ b/source/_components/tts.google.markdown @@ -35,10 +35,12 @@ tts: language: 'de' ``` -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: + ```yaml #Example configuration.yaml entry html: 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.**