I have a wallpanel where I want to be able to know which view is selected.
My first idea was to set a boolean helper when a view is selected but that doesn’t seem to work.
Something when the dashboard is loaded doesn’t seem to work either.
What I actually want to achieve is when the doorbell is pressed navigate to view 5. Which is the camera. After 30 seconds return to the view that was selected.
I’m still struggling with that.
For an automation, I think the only way you will get the Url path to return to is something like Browser Mod which has path as a sensor for registered Browsers. All JavaScript custom cards run in the Browser and while you could script a button action solution with inputs from javascript output, this approach does not work for automations which run on the server.