How to navigate picture card to an external url?

Hi,

this must be too silly to overlook, but I simply cant find the answer…

I am trying to have an external link under a picture card, and need it to open in a new window, like the weblink does.

very simple:

        - type: picture
          image: /local/weather/meteo_alarm/meteo_alarm_banner.jpg
          tap_action:
            action: navigate
            navigation_path: https://www.meteoalarm.eu

which does show the mouse hand, but does nothing…

please point me to the right solution?

with 0.100.1 we now can:


  - type: picture
    image: /local/weather/meteo_alarm/meteo_alarm_banner.jpg
    tap_action:
      action: url
      url_path: https://www.meteoalarm.eu

see: https://www.home-assistant.io/lovelace/picture/
and https://www.home-assistant.io/lovelace/changelog/
cool! thanks @iantrich

1 Like