Skip to content

Commit

Permalink
Fix Uptime Sensor id duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 14, 2024
1 parent dd0c676 commit 68dc7ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/firmware/nuki-bridge-firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Your Nuki Lock is now unpaired. The pairing mode will time out after 30 seconds.

### Sensors
- Last Bus Command `last_bus_command`
- Uptime `uptime`
- Uptime `doorman_uptime`
- Nuki Battery Level `nuki_battery_level`

### Binary Sensors
Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/stock-firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This is the minimal ESPHome configuration yaml file, make sure to change the API
### Sensors
- Last Bus Command `last_bus_command`
- Uptime `uptime`
- Uptime `doorman_uptime`

### Binary Sensors
- Entrance Doorbell `entrance_doorbell`
Expand Down
2 changes: 1 addition & 1 deletion firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ light:
sensor:
- platform: uptime
name: Uptime
id: uptime
id: doorman_uptime
type: timestamp

binary_sensor:
Expand Down

0 comments on commit 68dc7ad

Please sign in to comment.