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". + +
+
+
+
+