Card when pressed, opens external URL

I’m thinking about creating a dashboard with ‘Quick Link’ cards that’ll also display some information such as…

  • Synology NAS
  • Grafana
  • etc.

Is there any example of this?
Playing around with the default cards to give an example - however, I want to be able to ‘click it’ and open another URL.

Hi, this should be possible by using the “tap-action:” in your yaml-editor of the image
like in the example below

tap_action:
  action: url
  url_path: your_address

full card example:

show_state: true
show_name: true
camera_view: auto
type: picture-entity
entity: person.christoph
tap_action:
  action: url
  url_path: https://www.caina.de
image: api/image/serve/bd2fb006ed082246d9c425e2d1cb0dad/512x512
state_filter:
  home: grayscale(0%)
  not_home: grayscale(100%)
  Synatec: grayscale(100%)
1 Like