Lovelace - entity card, tap action different data

Hey all,
using Lovelace, version 0.101.3

ive setup a new entity that basically tells me if my rad is “on” or “off”.
however when i click on this entity on the UI, i want it to show me the action as if i click on “climate.j_rad”

i cant quite work out if this is possible?

card:
type: entity
entities:
  - entity: sensor.radiator_status_j_office
    secondary_info: last-changed
    tap_action:
      action: more-info
      service_data:
        entity_id: climate.j_office

current click display:
image

desired

1 Like

Did you figure this out?

not yet im afraid

@Skuma_Man, @Jamie_Pryer, I believe you should look into the custom card browser mod. I believe it can do what you want.