From faa4c445422a7faf61a8414a93778cb1c55ecd30 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 25 Oct 2015 15:25:44 +0100 Subject: [PATCH] Add intro page --- source/_components/introduction.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/_components/introduction.markdown diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown new file mode 100644 index 00000000000..ee9b9920fc8 --- /dev/null +++ b/source/_components/introduction.markdown @@ -0,0 +1,19 @@ +--- +layout: component +title: "Introduction" +description: "Details about the introduction within Home Assistant." +date: 2015-10-25 15:15 +sidebar: true +comments: false +sharing: true +footer: true +--- + +The introduction component is loaded by default on a new Home Assistant instance. + +```yaml +# Example configuration.yaml entry +introduction: +``` + +To disable this component, just remove the `introduction:` entry from your `configuration.yaml` file.