Lovelace : do one regular action and navigate action in same card?

Hello daneboom

I must say, I never got the “- this” part to work (therefore remarked out in below script. In my above, there is only the need to track for one browser, the “kokken_tablet”. So my quick solution was to manage it in the script instead. It works, but is of course not as dynamiccaly, as I was hoping for.

Script:

      - service: browser_mod.navigate
        data_template:
          navigation_path: "{{ valgtmenu }}"
          deviceID:
            -  kokken_browser
#            - this

/Michael