mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 03:46:49 +00:00
Add config docs
This commit is contained in:
parent
ff5216cfde
commit
dbcdc39457
41
source/_components/config.markdown
Normal file
41
source/_components/config.markdown
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Config"
|
||||||
|
description: "Instructions how to setup the configuration panel Home Assistant."
|
||||||
|
date: 2017-02-24 20:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: home-assistant.png
|
||||||
|
ha_category: Other
|
||||||
|
ha_release: 0.39
|
||||||
|
---
|
||||||
|
|
||||||
|
The `config` component is designed to display panels in the frontend to configure and manage parts of Home Assistant.
|
||||||
|
|
||||||
|
To enable the configuration panel, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
config:
|
||||||
|
```
|
||||||
|
|
||||||
|
### {% linkable_title Group & Views %}
|
||||||
|
|
||||||
|
The **Groups & Views** sections allows you to re-arrange your [groups](/components/group/). Also, you can edit the group's setting and switch between "view" and "group".
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='{{site_root}}/images/screenshots/group-views.png' />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
### {% linkable_title Server Management %}
|
||||||
|
|
||||||
|
This section enables you to control Home Assistant from within Home Assistant. Check your configuration, reload the core, groups, and automation, and the Home Assistant process itself. With a single mouse click.
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='{{site_root}}/images/screenshots/server-management.png' />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
BIN
source/images/screenshots/group-views.png
Normal file
BIN
source/images/screenshots/group-views.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
source/images/screenshots/server-management.png
Normal file
BIN
source/images/screenshots/server-management.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Loading…
x
Reference in New Issue
Block a user