diff --git a/source/_components/config.markdown b/source/_components/config.markdown new file mode 100644 index 00000000000..1de117ef841 --- /dev/null +++ b/source/_components/config.markdown @@ -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". + +

+ +

+ + +### {% 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. + +

+ +

+ + diff --git a/source/images/screenshots/group-views.png b/source/images/screenshots/group-views.png new file mode 100644 index 00000000000..a09bdff72ac Binary files /dev/null and b/source/images/screenshots/group-views.png differ diff --git a/source/images/screenshots/server-management.png b/source/images/screenshots/server-management.png new file mode 100644 index 00000000000..c0e87b2548b Binary files /dev/null and b/source/images/screenshots/server-management.png differ