Switch Tab on Tabbed-Card upon button press

I have a dashboard with a set of buttons on the left and a tabbed card on the right. Each button relates to a room, and each tab on the card is also a room with all the entities on it.

I’d love to be able to automatically switch the “Active” tab whenever a specific button is pressed. I know I can use navigate to switch views, but researching there does not appear to be any way to switch tab’s programmatically. I.e. Tab.ActivePage = 2 or something like that…

Anyone have any suggestions, vs just creating each room on a different view?

Thanks

1 Like

I’m interested in the same.
I’m curious if it’s possible to navigate to a specific tab from another view on the dashboard.