Hi
I’m trying to group person so I can get away/home state when someone comes home.
As I have understands it, it can’t be done by UI/helper. here
I didn’t have any groups.yaml so I created one.
I have tried following setups both in groups.yaml and configuration.yaml
group:
awesome_people:
name: “Awesome People”
entities:
- device_tracker.dad_smith
- device_tracker.mom_smith
and
group:
awesome_people:
name: “Awesome People”
entities:
- person.dad_smith
- person.mom_smith
and
family:
name: family
entities:
- person.1phone
- person.2phone
and
group:
name: family
entities:
- device_tracker.this_phone
- device_tracker.that_phone
Some settings, I got the “missing unique id” error like this.
I have tried to add id: “1234” on different places, but no luck.
What do I have do change and where?
Thank you