From 600240de6f39847e7f599d5a0a026937d5ad81f7 Mon Sep 17 00:00:00 2001 From: David Knowles Date: Thu, 28 Nov 2024 04:03:28 -0500 Subject: [PATCH] Include more sections in the Schlage docs (#36026) * Update Schlage docs to be more helpful * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/schlage.markdown | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/source/_integrations/schlage.markdown b/source/_integrations/schlage.markdown index 5a738c02fd0..2ec52401160 100644 --- a/source/_integrations/schlage.markdown +++ b/source/_integrations/schlage.markdown @@ -23,7 +23,13 @@ ha_domain: schlage The Schlage integration provides connectivity with Schlage WiFi smart locks through Schlage's cloud API. -{% include integrations/config_flow.md %} +## Known working devices + +- Schlage Encode Smart WiFi Deadbolt +- Schlage Encode Smart WiFi Lever +- Schlage Encode Plus Smart WiFi Deadbolt + +Other devices not listed above have not been tested and may not function as expected. There is currently support for the following device types within Home Assistant: @@ -32,6 +38,12 @@ There is currently support for the following device types within Home Assistant: - Sensor - Switch +{% include integrations/config_flow.md %} + +## Data updates + +The Schlage integration fetches updated lock state data every 30 seconds. + ## Binary sensor Once you have enabled the Schlage integration, you should see the following binary sensor: @@ -56,3 +68,9 @@ Once you have enabled the Schlage integration, you should see the following swit - **1-Touch Locking** - When enabled, locks the lock with a press of the Schlage button. - **Keypress Beep** - Controls whether the lock will emit beeping tones on use. + +## Removing the integration + +This integration follows standard integration removal. No extra steps are required. + +{% include integrations/remove_device_service.md %}