Hi All,
I am attempting to create a group to monitor Unifi Clients.
I have got this working successfully:
However, when clicking on the group, I can see the group within, almost like a header:
Here are my config files:
customize.yaml
group.unifi:
hidden: true
group.unifi_clients:
hidden: true
group.all_devices:
friendly_name: Unifi Clients
hidden: false
group.yaml
unifi_clients:
name: Unifi
entities:
- group.all_devices
Can anyone advise on where I am going wrong? All the hidden’s I’ve tried either cause a config error, or don’t do anything
Thanks