mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add door sensor to Yale Access Bluetooth (#23722)
This commit is contained in:
parent
1c5fc913af
commit
1f65ce0192
@ -2,6 +2,7 @@
|
||||
title: Yale Access Bluetooth
|
||||
description: Instructions on how to integrate Yale Access Bluetooth devices into Home Assistant.
|
||||
ha_category:
|
||||
- Binary Sensor
|
||||
- Lock
|
||||
ha_bluetooth: true
|
||||
ha_release: 2022.9
|
||||
@ -11,6 +12,7 @@ ha_codeowners:
|
||||
ha_domain: yalexs_ble
|
||||
ha_config_flow: true
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- lock
|
||||
ha_integration_type: integration
|
||||
---
|
||||
@ -43,6 +45,10 @@ Some locks only send push updates when they have an active HomeKit pairing. If y
|
||||
|
||||
Alternatively, call the `homeassistant.update_entity` service to force the integration to update the lock state.
|
||||
|
||||
## Door Sensors
|
||||
|
||||
The lock must be calibrated in the Yale Access App for the door sensors to function correctly. If the door sensor has an unknown state or is not updating, try recalibrating the lock in the app.
|
||||
|
||||
## Obtaining the offline key
|
||||
|
||||
The offline key and slot number are required to operate the lock. These credentials reside in the Yale Access app storage on iOS or Android devices with owner access to the lock.
|
||||
|
Loading…
x
Reference in New Issue
Block a user