You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/config.markdown
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
title: "Config"
4
-
description: "Instructions how to setup the configuration panel Home Assistant."
4
+
description: "Instructions how to setup the configuration panel for Home Assistant."
5
5
date: 2017-02-24 20:00
6
6
sidebar: true
7
7
comments: false
@@ -21,21 +21,26 @@ To enable the configuration panel, add the following to your `configuration.yaml
21
21
config:
22
22
```
23
23
24
-
### {% linkable_title Group & Views %}
24
+
### {% linkable_title General %}
25
25
26
-
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".
26
+
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 customize entities within Home Assistant. Use this to set friendly names, change icons, hide entities, and modify other attributes.
34
35
35
-
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 create and modify automations from within Home Assistant, without needing to write out the yaml code.
39
+
40
+
### {% linkable_title Script %}
41
+
42
+
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.
40
43
44
+
### {% linkable_title Z-Wave %}
41
45
46
+
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.
0 commit comments