Group for Persons

Hi,

Is there a way to make a group that consists of persons in the home? For example, create a group called “Kids” and add certain persons accounts; create another group called “Parents” and add other persons accounys…

# Example configuration.yaml entry
group:
  awesome_people:
    name: "Awesome People"
    entities:
      - device_tracker.dad_smith
      - device_tracker.mom_smith

thank you for the reply, but what group type i need to choose from the helper list?

If im not mistaken they are referring the old style groups they can’t be configured from the UI. You have to use Yaml as described in the link.

ok. thank you for the help.