Skip to content

Commit

Permalink
Fix Pairing Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Mar 25, 2024
1 parent 010e9bb commit 174231b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nuki_lock/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
CONF_DOOR_SENSOR_STATE = "door_sensor_state"

CONF_SET_PAIRING_MODE = "pairing_mode"
CONF_PAIRING_TIMEOUT = "5min"
CONF_PAIRING_TIMEOUT = "pairing_timeout"

CONF_ON_PAIRING_MODE_ON = "on_pairing_mode_on_action"
CONF_ON_PAIRING_MODE_OFF = "on_pairing_mode_off_action"
Expand Down

0 comments on commit 174231b

Please sign in to comment.