Skip to content

Commit

Permalink
Add Nuki Bluetooth Signal Strength to documentation and firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Feb 7, 2025
1 parent 33eef1d commit 28c0485
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/de/reference/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Meldet die Betriebszeit in Sekunden.
### Nuki Battery Level <Badge type="tip" text="nuki_battery_level" /> <Badge type="info" text="Nuki Bridge" />
Meldet den Akkustand des verbundenen Nuki Smart Locks.

### Nuki Bluetooth Signal Strength <Badge type="tip" text="nuki_bluetooth_signal_strength" /> <Badge type="info" text="Nuki Bridge only" />
Meldet die Bluetooth Signalstärke des verbundenen Nuki Smart Locks.

## Binäre Sensoren

Expand Down
3 changes: 3 additions & 0 deletions docs/en/reference/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Reports the uptime in seconds.
### Nuki Battery Level <Badge type="tip" text="nuki_battery_level" /> <Badge type="info" text="Nuki Bridge only" />
Reports the battery level of the paired Nuki smart lock.

### Nuki Bluetooth Signal Strength <Badge type="tip" text="nuki_bluetooth_signal_strength" /> <Badge type="info" text="Nuki Bridge only" />
Reports the bluetooth strength of the paired Nuki smart lock.


## Binary Sensors

Expand Down
6 changes: 6 additions & 0 deletions firmware/addons/nuki-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ lock:
sorting_group_id: sorting_group_nuki
sorting_weight: -27

bt_signal_strength:
id: nuki_bluetooth_signal_strength
name: "Nuki Bluetooth Signal Strength"
web_server:
sorting_group_id: sorting_group_nuki

door_sensor:
id: nuki_door_sensor
name: "Nuki Door Sensor"
Expand Down

0 comments on commit 28c0485

Please sign in to comment.