Skip to content

Commit ebe8f01

Browse files
kirichkovfrenck
authored andcommitted
Fixes a typo in components/group (home-assistant#3485)
1 parent 58ef0ae commit ebe8f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/group.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Configuration variables:
5858
5959
- **view** (*Optional*): If yes then the entry will be shown as a view (tab) at the top.
6060
- **name** (*Optional*): Name of the group.
61-
- **icon** (*Optional*): If the group is a view, this icon will show at the top in the frontend instead of the name. If the group is a view and both name and icon have been specified, the icon will appear at the top of the fronted and the name will be displayed as the mouse-over text. If it's not a view, then the icon shows when this group is used in another group.
61+
- **icon** (*Optional*): If the group is a view, this icon will show at the top in the frontend instead of the name. If the group is a view and both name and icon have been specified, the icon will appear at the top of the frontend and the name will be displayed as the mouse-over text. If it's not a view, then the icon shows when this group is used in another group.
6262
- **control** (*Optional*): Set value to `hidden`. If hidden then the group switch will be hidden.
6363
- **entities** (*Required*): array or comma delimited string, list of entities to group.
6464

0 commit comments

Comments
 (0)