Confirmation of "run" of script from card

Hello! i’ve managed to setup a confirmation prompt for a script living in an entity card, but it’s only if i tap the title of the script, not the word “Run”. how do i get HA to also prompt a confirmation for the “Run” option? kind of important, would like to NOT open my garage accidently :slight_smile:

the card’s yaml

type: entities
entities:
  - entity: binary_sensor.garage_door_contact
  - entity: script.garage_toggle
    tap_action:
      action: toggle
      confirmation:
        text: Are you sure you want to toggle?
  - entity: sensor.garage_door_temperature
  - entity: binary_sensor.garage_freezer_contact
title: Garage
1 Like