Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Apr 3, 2024
1 parent 5f6d61b commit b186f42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ The module is a Fork of [ESPHome_nuki_lock](https://github.com/uriyacovy/ESPHome
## Tested Hardware
- ESP32 wroom
- Nuki smart lock v3
- Nuki smart lock v2
- Nuki door sensor
- ESP32 WROOM
- Nuki Smart Lock v4
- Nuki Smart Lock v3
- Nuki Smart Lock v2
- Nuki Door Sensor
2 changes: 1 addition & 1 deletion components/nuki_lock/nuki_lock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ namespace esphome
{
if(this->nukiLock_.isPairedWithLock())
{
ESP_LOGW(TAG, "Unpair requested");
this->nukiLock_.unPairNuki();
ESP_LOGI(TAG, "Unpaired Nuki! Turn on Pairing Mode to pair a new Nuki.");
}
else
{
Expand Down

0 comments on commit b186f42

Please sign in to comment.