Gauge...tap action?

Hi,

It seems the gauge card don’t support tap_action…

I would like to navigate to a more detailed view when tapping on the gauge.

Is there a work-around for this ?

You can replace the more-info dialog of the sensor with browser_mod.

Could you help me how to do that ?

So I have this :

kiosk_mode:
  mobile_settings:
    hide_header: true
views:
  - title: Home
    cards:
      - type: horizontal-stack
        cards:
          - type: gauge
            entity: sensor.power_consumption_grid_w
            min: -10000
            max: 10000
            needle: true
            severity:
              green: -10000
              yellow: 0
              red: 0
            name: ' '

And would like to navigate to :

      action: navigate
      navigation_path: electricity

Did you somehow manage to do this? I also need a gauge with tap action…
Don’t know how to deal with browser_mod.

Sorry, can’t help you.

Meanwhile I changed my dashboard and don’t need it anymore.