From 4f89fb79e524331b8bcbb776fce2d2b875b27c5b Mon Sep 17 00:00:00 2001 From: David Knowles Date: Thu, 27 Jul 2023 00:21:29 -0400 Subject: [PATCH] Add documentation for the new Schlage integration (#27585) Co-authored-by: J. Nick Koston --- source/_integrations/schlage.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/_integrations/schlage.markdown diff --git a/source/_integrations/schlage.markdown b/source/_integrations/schlage.markdown new file mode 100644 index 00000000000..f98bdcc6079 --- /dev/null +++ b/source/_integrations/schlage.markdown @@ -0,0 +1,22 @@ +--- +title: Schlage +description: Instructions on how to integrate Schlage WiFi smart locks into Home Assistant. +ha_category: + - Lock +ha_release: 2023.9 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@dknowles2' +ha_platforms: + - lock +ha_integration_type: integration +--- + +The Schlage integration provides connectivity with Schlage WiFi smart locks through Schlage's cloud API. + +There is currently support for the following device types within Home Assistant: + +- Lock + +{% include integrations/config_flow.md %}