Skip to content

Commit

Permalink
Use newer nukibleesp32 version
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Oct 24, 2024
1 parent 37c6beb commit f01b4c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/example-project-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ esphome:
- Preferences
- https://github.com/h2zero/NimBLE-Arduino#1.4.0
- Crc16
- https://github.com/uriyacovy/NukiBleEsp32#dev
- https://github.com/I-Connect/NukiBleEsp32

esp32:
framework:
Expand Down
2 changes: 1 addition & 1 deletion .github/example-project-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ esphome:
- Preferences
- https://github.com/h2zero/NimBLE-Arduino#1.4.0
- Crc16
- https://github.com/uriyacovy/NukiBleEsp32
- https://github.com/I-Connect/NukiBleEsp32

esp32:
framework:
Expand Down
2 changes: 1 addition & 1 deletion components/nuki_lock/nuki_lock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void NukiLockComponent::update_status()
if (this->door_sensor_state_text_sensor_ != nullptr)
this->door_sensor_state_text_sensor_->publish_state(this->nuki_doorsensor_to_string(this->retrievedKeyTurnerState_.doorSensorState));
#endif

if (
this->retrievedKeyTurnerState_.lockState == NukiLock::LockState::Locking
|| this->retrievedKeyTurnerState_.lockState == NukiLock::LockState::Unlocking
Expand Down

0 comments on commit f01b4c4

Please sign in to comment.