Skip to content

Commit

Permalink
Link to all entities that is support in group
Browse files Browse the repository at this point in the history
Link to all entities that are currently supported in a group
  • Loading branch information
Hedda authored Aug 8, 2024
1 parent 0ed5a9b commit 5b0123e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions source/_integrations/group.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,20 @@ ha_integration_type: helper

The group integration lets you combine multiple entities into a single entity. Entities that are members of a group can be controlled and monitored as a whole.

This can be useful for cases where you want to control, for example, the
multiple bulbs in a light fixture as a single light in Home Assistant.

Home Assistant can group multiple binary sensors, covers, events, fans, lights, locks, media players, switches as a single entity, with the option of hiding the individual member entities.
This can be useful for cases where you want to control, for example, the multiple bulbs in a light fixture as a single light in Home Assistant. You also have the option of hiding the individual member entities in a group.

You can {% term integration %} multiple of the following entities in Home Assistant to allow them to be used as a single entity:

- [binary sensor (binary sensors)](/integrations/binary_sensor/)
- [button (buttons)](/integrations/button/)
- [cover (covers)](/integrations/cover/)
- [fan (fans)](/integrations/fan/)
- [switch (switches)](/integrations/switch/)
- [lock (locks)](/integrations/lock/)
- [light (lights)](/integrations/light/)
- [event (events)](/integrations/event/)
- [media player (media players)](/integrations/media_player/)
- [notify (notifications)](/integrations/notify/)

{% include integrations/config_flow.md %}

Expand Down

0 comments on commit 5b0123e

Please sign in to comment.