Skip to content

Commit b3a5c03

Browse files
committed
Changed hide_switch to control
1 parent b10143f commit b3a5c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/group.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Configuration variables:
4545
- **view** (*Optional*): If yes then the entry will be shown as a view (tab).
4646
- **name** (*Optional*): Name of the group.
4747
- **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.
48-
- **hide_switch** (*Optional*): If yes then the group switch will be hidden.
48+
- **control** (*Optional*): If hidden then the group switch will be hidden.
4949
- **entities** (*Required*): array or comma delimited string, list of entities to group.
5050
5151
<p class='img'>
5252
<img src='/images/blog/2016-01-release-12/views.png'>
5353
Example of groups shown as views in the frontend.
5454
</p>
5555
56-
If all entities in a group are switches or lights then Home Assistant adds a switch at the top of the card that turns them all on/off at once.
56+
If all entities in a group are switches or lights then Home Assistant adds a switch at the top of the card that turns them all on/off at once. If you want to hide this switch, set `control` to `hidden`.
5757

5858
You can create views (tabs) that contain other groups.
5959
Notice in the example below that in order to refer to the group "Living Room", you use `group.living_room` (lowercase and spaces replaced with underscores).

0 commit comments

Comments
 (0)