I have a section at the top of my dashboard called dynamic actions. This section has a number of switches, or sensors in it that are only present in specific situations. For example, fridge door open or set alarm.
Most of the time those dynamic actions are empty because they are only visible when something specific happens that needs to be actioned. I want to hide the section if none of the children are visible, if at least one of the children are visible then show the section.
There's no easy way to accomplish this that I can see except for replicating all of the logic into another sensor and driving the section visibility off of that sensor, which I think is not great.
Does anybody else have any ideas?