Open nuki only after additional confirmation (are you sure)

Hi. Not sure if this belongs to frontend or configuration.

I have my nuki integrated into a dashboard and everything is working fine.
Only thing I’m missing is that there is some sort of additional confirmation when I open the door via a dashboard button (just like in the nuki app) to prevent any "fat fingers / too many fingers on the keyboard error) when interacting with the dashboard while away from home.

Is this somehow possible?

You can use confirmation:, at least with the button card, e.g.

      - type: button
        name: Restart HA
        icon: mdi:restart
        show_icon: true
        show_name: true
        tap_action:
          action: call-service
          service: homeassistant.stop
          confirmation:
            text: Are you sure you want to restart HA?

1 Like