I have a pretty clean main dashboard:
I’d love it if I was able to have my tiles that go to sub dashboards light up if something within that page was active.
Example, the lights tile (which brings me to my lights dashboard) would light up or change color of any lights were on
James
January 31, 2021, 10:03pm
2
@Bob_Ervin you can use a rule to aggregate the devices, ex lights, status into a True/False variable, and add this variable to the dashboard and configure it to navigate to sub-dashboard when tapped. See the post below for example.
I used a Variable tile for the exact setup in my dashboard. I basically have a True/False variable and a rule to set this variable to true if any of my sensors battery is below the certain %. Added this variable to dashboard as a Variable Tile, and configure the state mapping to highlight in red if it’s True. Change the Tap Action to open a hyperlink, and use the other dashboard’s link as the URL, so it will navigate to the other dashboard when tapped, which allows me to see which exact sensor(s…