I’m designing my Lovelace dashboard at the moment (tablet onto a wall) and one area of interest is safety/exceptions. The dashboard has a ‘home’ view and other views for various rooms, functions (e.g. solar etc.).
Rather than having to flip through all views to look for an exception I’d like to “aggregate” exceptions I’m interested in into the ‘home’ view.
Say I have the following (exceptions Id like to report in bold):
- Window lock room A | open/locked
- Window lock room B | open/locked
- Main door lock A | open/locked
- Garage | open/closed
- Towel rack | on/off
- …
I’d like to have a card on the home page that “aggregates” any/all exceptions from the above and say turns red when an exception is present. Pressing the card ideally brings me to the (first) room/device with the exception but already having the notification would be a great help. I know this is a simplified view (I may want to have the towel rack on even though I’m not in the bath to warm up the towel etc.) but this is about the concept to build this “aggregation”.
Is this doable in a way that doesn’t require very complicated setups and ongoing maintenance?