In the process of rebuilding my HA and in an effort to tidy things up I came across a group issue. On my on HA I have a .yaml group:
home occupied:
name: Home Occupied
entities:
- person.sam
- person.joe
- input_boolean.ghome
all: false
icon: mdi:human-male-female
I went to make this group in the new HA in the UI and well, failed. Am I missing something in the UI or because I’m using two different entity types i cant make the group and I’ll have to go back to using yaml?