In a Masonry card you had the option to Show header toggle, which would be on
if any entitity was on, and off
only if all entities were off.
How can I replicate this behaviour in a Sections card?
I’ve tried adding interactions to a card heading, but my only options seem to be turn_on
, turn_off
and toggle
. I thought toggle
might be the one, but all it does it flip the state of all entities on the card.
Thanks!
Chris
That toggle belongs not to masonry, it is a part of Entities card - which can be used in Sections.
There is no such thing - “masonry card”.
Ah yes, of course it’s the Entities card that does that - not sure what I was thinking there!
I guess because I’m adding my switches as tiles to a section, there’s no inherent grouping like there is with an Entities card.
Giving it some more thought, nine times out of 10 I only use the header toggle to turn things off, so setting the heading of each section to ‘generic turn off’ makes the most sense.
Chris