Hi,
I put some switches into a group:
name: 'Settings'
entities:
- input_boolean.weekend
- input_boolean.venting
as the result, I get a “Settings” card containing the two switches - and a third switch next to “Settings” to turn them both on/off simultaneously.
Is there a way to hide this “group” switch? It makes no sense in this case.
TIA;
Sebastian