Click on Badge Icon and move to a different View [Layout Creation]

Hello, I need some help to see if it’s possible to do what I’m trying:

Today, this is my setup: I have my main view, where I can see a highlight of most of my home. If I click the header of the card it will move to the specific room (view). I’m able to do this using the button card + the tap_action & action: navigate.

Now when I’m in the specific room/view, I would like to use the Badge as a return button to go back to the main screen. Is it possible? Creating another button usually makes the layout weird, which I’m trying to avoid.

I was looking to do the same and I’ve achieved it by adding a tap-action to the badge, for example:

badges:

  • type: entity-filter
    entities:
    • entity: calendar.simplepractice
      icon: mdi:phone-classic
      name: Phone client
      tap_action:
      action: navigate
      navigation_path: /lovelace-home/client-schedule