Show device overview when tapping icon in picture element card

Hey guys,

I created a picture element card and an icon on it for my fire tablet running the kiosk app. I would like to have the decive overview (like the “control overview” in the device configuration at config/devices/device/xxx) when I click on the icon. I could not figure out what to use as an entity.

Right now I have

  - type: state-icon
    tap_action:
      action: more-info
    entity: binary_sensor.fire_tablet_plugged_in
    icon: mdi:tablet-dashboard
    style:
      ...

Obviously I only get the plugged_in history when tapping on the icon, but would like to get the whole overview of the decive.

Best,
Nephisto