Skip to content

Commit b74b2fc

Browse files
committed
Update frontend docs
1 parent 706472a commit b74b2fc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

source/_components/frontend.markdown

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "Frontend"
4-
description: "Offers a web framework to serve files."
4+
description: "Offers a frontend to Home Assistant."
55
date: 2015-12-06 21:35
66
sidebar: true
77
comments: false
@@ -11,14 +11,9 @@ logo: home-assistant.png
1111
ha_category: "Other"
1212
---
1313

14-
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.
15-
16-
<p class='note warning'>
17-
It's HIGHLY recommended that you set the `api_password`, especially if you are planning to expose your installation to the internet.
18-
</p>
14+
This offers the official frontend to control Home Assistant.
1915

2016
```yaml
2117
# Example configuration.yaml entry
2218
frontend:
2319
```
24-

0 commit comments

Comments
 (0)