From 7304efcb90cf3d9474efe7083fc94b501652a918 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 15 Jan 2017 17:48:13 +0100 Subject: [PATCH] Add fontend docs (fixes #1768) --- source/_components/frontend.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/_components/frontend.markdown diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown new file mode 100644 index 00000000000..976c6f506ef --- /dev/null +++ b/source/_components/frontend.markdown @@ -0,0 +1,24 @@ +--- +layout: page +title: "Frontend" +description: "Offers a web framework to serve files." +date: 2015-12-06 21:35 +sidebar: true +comments: false +sharing: true +footer: true +logo: home-assistant.png +ha_category: "Other" +--- + +The `http` component serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings. + +

+It's HIGHLY recommended that you set the `api_password`, especially if you are planning to expose your installation to the internet. +

+ +```yaml +# Example configuration.yaml entry +frontend: +``` +