diff --git a/docs/de/reference/entities.md b/docs/de/reference/entities.md index 0d9b54f..3bdf5fa 100644 --- a/docs/de/reference/entities.md +++ b/docs/de/reference/entities.md @@ -66,6 +66,11 @@ Meldet den Türsensorstatus des gekoppelten Nuki Smart Locks. ### Nuki Last Unlock User Reports the last user who locked or unlocked the Nuki smart lock. +### Nuki Last Lock Action +Reports the last lock action of the Nuki smart lock. + +### Nuki Last Lock Action Trigger +Reports the last log action trigger of the Nuki smart lock. ## Schalter @@ -114,6 +119,12 @@ Controls the Nuki Smart Lock Auto Lock Immediately setting. ### Nuki Auto Unlock: Disable Controls the Nuki Smart Lock Auto Unlock Disable setting. +### Nuki Single Lock +Controls the Nuki Smart Lock Single Lock setting. + +### Nuki Daylight Saving Time +Controls the Nuki Smart Lock DST Mode setting. + ### Nuki Automatic Updates Controls the Nuki Smart Lock Automatic Updates setting. @@ -272,6 +283,21 @@ Controls the Nuki Smart Lock Fob Action 3 setting. - Lock n Go - Intelligent +### Nuki Timezone +Controls the Nuki Smart Lock Timezone setting. + +##### Options: +Check out the nuki developer documentation. + +### Nuki Advertising Mode +Controls the Nuki Smart Lock Advertising Mode setting. + +##### Options: +- Automatic +- Normal +- Slow +- Slowest + ## Schlösser diff --git a/docs/en/reference/entities.md b/docs/en/reference/entities.md index ebed720..dcd7d1c 100644 --- a/docs/en/reference/entities.md +++ b/docs/en/reference/entities.md @@ -66,6 +66,12 @@ Reports the door sensor state of the paired Nuki smart lock. ### Nuki Last Unlock User Reports the last user who locked or unlocked the Nuki smart lock. +### Nuki Last Lock Action +Reports the last lock action of the Nuki smart lock. + +### Nuki Last Lock Action Trigger +Reports the last log action trigger of the Nuki smart lock. + ## Switches @@ -114,6 +120,12 @@ Controls the Nuki Smart Lock Auto Lock Immediately setting. ### Nuki Auto Unlock: Disable Controls the Nuki Smart Lock Auto Unlock Disable setting. +### Nuki Single Lock +Controls the Nuki Smart Lock Single Lock setting. + +### Nuki Daylight Saving Time +Controls the Nuki Smart Lock DST Mode setting. + ### Nuki Automatic Updates Controls the Nuki Smart Lock Automatic Updates setting. @@ -172,6 +184,9 @@ Sets the intercom phone handset volume. ### Nuki LED: Brightness Controls the Nuki Smart Lock LED Brightness setting. +### Nuki Timezone: Offset +Controls the Nuki Smart Lock Timezone offset setting (Lock v1). + ### Nuki Security Pin Sets the Nuki Bridge Security Pin to authenticate against the Nuki Smart Lock. @@ -269,6 +284,21 @@ Controls the Nuki Smart Lock Fob Action 3 setting. - Lock n Go - Intelligent +### Nuki Timezone +Controls the Nuki Smart Lock Timezone setting. + +##### Options: +Check out the nuki developer documentation. + +### Nuki Advertising Mode +Controls the Nuki Smart Lock Advertising Mode setting. + +##### Options: +- Automatic +- Normal +- Slow +- Slowest + ## Locks diff --git a/firmware/addons/nuki-bridge.yaml b/firmware/addons/nuki-bridge.yaml index eda5bc6..a8c2bf3 100644 --- a/firmware/addons/nuki-bridge.yaml +++ b/firmware/addons/nuki-bridge.yaml @@ -39,7 +39,7 @@ lock: sorting_group_id: sorting_group_nuki sorting_weight: -100 - # Required: + # Optional: is_connected: id: nuki_connected name: "Nuki Connected" @@ -54,7 +54,6 @@ lock: sorting_group_id: sorting_group_nuki_bridge_settings sorting_weight: -29 - # Optional: battery_critical: id: nuki_battery_critical name: "Nuki Battery Critical" @@ -92,13 +91,29 @@ lock: sorting_group_id: sorting_group_nuki sorting_weight: -24 + last_lock_action: + id: nuki_last_lock_action + name: "Nuki Last Lock Action" + disabled_by_default: true + web_server: + sorting_group_id: sorting_group_nuki + sorting_weight: -23 + + last_lock_action_trigger: + id: nuki_last_lock_action_trigger + name: "Nuki Last Lock Action Trigger" + disabled_by_default: true + web_server: + sorting_group_id: sorting_group_nuki + sorting_weight: -22 + auto_unlatch: id: nuki_auto_unlatch name: "Nuki Auto unlatch" disabled_by_default: true web_server: sorting_group_id: sorting_group_nuki_settings - sorting_weight: -23 + sorting_weight: -21 button_enabled: id: nuki_button_locking_operations @@ -157,21 +172,21 @@ lock: sorting_group_id: sorting_group_nuki_settings sorting_weight: 5 - latitude: - id: nuki_latitude - name: "Nuki Latitude" - disabled_by_default: true - web_server: - sorting_group_id: sorting_group_nuki_settings - sorting_weight: 6 - - longitude: - id: nuki_longitude - name: "Nuki Longitude" - disabled_by_default: true - web_server: - sorting_group_id: sorting_group_nuki_settings - sorting_weight: 7 + #latitude: + # id: nuki_latitude + # name: "Nuki Latitude" + # disabled_by_default: true + # web_server: + # sorting_group_id: sorting_group_nuki_settings + # sorting_weight: 6 + + #longitude: + # id: nuki_longitude + # name: "Nuki Longitude" + # disabled_by_default: true + # web_server: + # sorting_group_id: sorting_group_nuki_settings + # sorting_weight: 7 night_mode_enabled: id: nuki_night_mode