Add front door and basement nuki locks
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
esphome:
|
||||
name: frontdoorlock
|
||||
friendly_name: "Front door lock"
|
||||
area: "Entryway"
|
||||
|
||||
project:
|
||||
name: dasfoo.frontdoorlock
|
||||
version: "1.0"
|
||||
|
||||
libraries:
|
||||
- Preferences
|
||||
- https://github.com/vinmenn/Crc16.git
|
||||
- https://github.com/I-Connect/NukiBleEsp32
|
||||
|
||||
external_components:
|
||||
- source: components
|
||||
|
||||
packages:
|
||||
device_base: !include templates/esp32-poe.yaml
|
||||
|
||||
button:
|
||||
- platform: factory_reset
|
||||
name: Restart with Factory Default Settings
|
||||
|
||||
lock:
|
||||
- platform: nuki_lock
|
||||
name: None
|
||||
request_battery_reports: true
|
||||
beacon_rssi:
|
||||
name: "Beacon RSSI"
|
||||
heartbeat_latency:
|
||||
name: "Heartbeat latency"
|
||||
beacon_latency:
|
||||
name: "Beacon latency"
|
||||
beacon_ble_address:
|
||||
name: "Beacon BLE address"
|
||||
lock_current_datetime:
|
||||
name: "Lock current datetime"
|
||||
config_update_count:
|
||||
name: "Config update count"
|
||||
last_action:
|
||||
name: "Last action"
|
||||
last_action_trigger:
|
||||
name: "Last action trigger"
|
||||
last_action_completion_status:
|
||||
name: "Last action completion status"
|
||||
Reference in New Issue
Block a user