Skip to content

Commit de49561

Browse files
mehumanfabaff
authored andcommitted
Update group.markdown (home-assistant#1617)
1 parent d15116c commit de49561

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

source/_components/group.markdown

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ group:
2323
default_view:
2424
view: yes
2525
entities:
26+
- group.kitchen
2627
- group.awesome_people
2728
- group.climate
2829
kitchen:
@@ -38,11 +39,26 @@ group:
3839
- camera.demo_camera
3940
- device_tracker.demo_paulus
4041
- group.garden
42+
climate:
43+
name: Climate
44+
view: no
45+
entities:
46+
- sensor.bedroom_temp
47+
- sensor.porch_temp
48+
- sensor.bathroom_humidity
49+
awesome_people:
50+
name: Awesome People
51+
view: no
52+
entities:
53+
- device_tracker.dad_smith
54+
- device_tracker.mom_smith
55+
- device_tracker.dog_smith
56+
4157
```
4258
4359
Configuration variables:
4460
45-
- **view** (*Optional*): If yes then the entry will be shown as a view (tab).
61+
- **view** (*Optional*): If yes then the entry will be shown as a view (tab) at the top.
4662
- **name** (*Optional*): Name of the group.
4763
- **icon** (*Optional*): If the group is a view, this icon will show at the top in the frontend instead of the name. If it's not a view, then the icon shows when this group is used in another group.
4864
- **entities** (*Required*): array or comma delimited string, list of entities to group.

0 commit comments

Comments
 (0)