ESPHome Nuki Bridge

does it have an esp inside, then it shoud be possible

Hi, is it possible to use the esp32_ble_beacon: and this integration simultaneously ?

Hi, I have a button connected to my ESP32

lock:
  # Required:
  - platform: nuki_lock
    name: Nuki Lock
    is_connected: 
      name: "Nuki Connected"
    is_paired: 
      name: "Nuki Paired"      
  # Optional:
    battery_critical:
      name: "Nuki Battery Critical"
    battery_level:
      name: "Nuki Battery Level"

binary_sensor:
  
  - platform: gpio
    pin: 
      number: GPIO32
    name: "Button Lock Door"

How can I lock the door within the ESP32 without going out and back through HA, not sure how to code it?

Regards, Dave