From 9b9d4814412c104d90aa61b7042901011b0ebe9c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 6 Dec 2015 21:40:55 -0800 Subject: [PATCH] Fix introduction component formatting --- source/_components/introduction.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown index e2309ebbb82..fb5fb93e878 100644 --- a/source/_components/introduction.markdown +++ b/source/_components/introduction.markdown @@ -10,8 +10,7 @@ footer: true ha_category: Other --- -The introduction component will show a card in the UI with steps on how to get started. It will also -print the same message to the console when starting up. +The introduction component will show a card in the UI with steps on how to get started. It will also print the same message to the console when starting up. The introduction component is loaded by default on a new Home Assistant instance. @@ -20,4 +19,4 @@ The introduction component is loaded by default on a new Home Assistant instance introduction: ``` -To disable this component, just remove the `introduction:` entry from your `configuration.yaml` file. +To disable this component, remove the `introduction:` entry from your `configuration.yaml` file.