Update config panel docs (#3493)

Removed information on groups panel as it's disabled. Added information on new panels that have been added.
This commit is contained in:
Charles Garwood 2017-10-13 06:18:23 -04:00 committed by Fabian Affolter
parent a35cfbfd70
commit 25d91e807d
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "Config" title: "Config"
description: "Instructions how to setup the configuration panel Home Assistant." description: "Instructions how to setup the configuration panel for Home Assistant."
date: 2017-02-24 20:00 date: 2017-02-24 20:00
sidebar: true sidebar: true
comments: false comments: false
@ -21,16 +21,7 @@ To enable the configuration panel, add the following to your `configuration.yaml
config: config:
``` ```
### {% linkable_title Group & Views %} ### {% linkable_title General %}
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. 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.
@ -38,4 +29,18 @@ This section enables you to control Home Assistant from within Home Assistant. C
<img src='{{site_root}}/images/screenshots/server-management.png' /> <img src='{{site_root}}/images/screenshots/server-management.png' />
</p> </p>
### {% linkable_title Customization %}
This section enables you to customize entities within Home Assistant. Use this to set friendly names, change icons, hide entities, and modify other attributes.
### {% linkable_title Automation %}
This section enables you to create and modify automations from within Home Assistant, without needing to write out the yaml code.
### {% linkable_title Script %}
Similar to the automation editor, this section enables you to create and modify scripts from within Home Assistant, without needing to write out the yaml code.
### {% linkable_title Z-Wave %}
This section enables you to control your Z-Wave network and devices from within Home Assistant. You can add and remove devices, as well as change device specific configuration variables.