#Visibility based on the state of a label?

1 messages · Page 1 of 1 (latest)

sharp axle
#

Hello,

I'm building a dashboard made up almost entirely of helpers to help my kids with chore tracking. I'm aware of some integrations, which I will likely explore more in depth at a future time, but for the time being, these helpers are working well for me. I have an additional button which becomes visible once chores are ticked off as complete, which adds time to their switch, though that button is not visible until all chores are complete.

At the moment, I have it set up so the visibility condition is dependent on each individual entity that belongs to them being ticked "on." However, I would prefer to make this dependent on the state of the label instead, which would give me flexibility to automate helpers as disabled on specific days without impacting the dashboard visibility for the entity. I can't seem to find a way to condition visibility of an object in the dashboard on the state of a label. Is there something I'm missing, or is there a better way to pull off what I'm trying to do?

sharp axle
#

This is still an issue I have not figured out how to resolve, if anyone happens to have any input.

lime cedar
#

Best I think you could probably do is make some template binary sensor based on the label_entities, and then use that in visibility.

#

I don't think frontend has support for this directly.