From b74b2fc33b81e4b2b143dc2695b981ab92e39fa7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 15 Jan 2017 09:19:35 -0800 Subject: [PATCH] Update frontend docs --- source/_components/frontend.markdown | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown index 976c6f506ef..47027c322bf 100644 --- a/source/_components/frontend.markdown +++ b/source/_components/frontend.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Frontend" -description: "Offers a web framework to serve files." +description: "Offers a frontend to Home Assistant." date: 2015-12-06 21:35 sidebar: true comments: false @@ -11,14 +11,9 @@ 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. -

+This offers the official frontend to control Home Assistant. ```yaml # Example configuration.yaml entry frontend: ``` -