home-assistant.github.io/source/_components/group.markdown
GreenTurtwig 78a5a4094b Squeezebox and group components
Added and improved the Squeezebox component.
Replaced "1" with "one" and added where the switch is located for the
group component.
2015-12-11 10:21:41 +00:00

745 B

layout title description date sidebar comments sharing footer ha_category
component Group Instructions how to setup groups within Home Assistant. 2015-03-23 19:59 true false true true Organization

Groups allow the user to combine multiple entities into one. If all entities are switches or lights they can be controlled as one with a switch at the top of the card.

# Example configuration.yaml entry
# A comma seperated list of states that have to be tracked as a single group
# Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME)
group:
  living_room:
    - light.Bowl
    - light.Ceiling
    - light.TV_back_light
  children:
   - device_tracker.child_1
   - device_tracker.child_2