From 078826b06749f5a92903e7f210b9160ae3517963 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 12 Feb 2016 07:49:12 +0100 Subject: [PATCH] Update verisure docs for locks --- source/_components/lock.verisure.markdown | 18 ++++++++++++++++++ source/_components/verisure.markdown | 9 ++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 source/_components/lock.verisure.markdown diff --git a/source/_components/lock.verisure.markdown b/source/_components/lock.verisure.markdown new file mode 100644 index 00000000000..185e066f3b3 --- /dev/null +++ b/source/_components/lock.verisure.markdown @@ -0,0 +1,18 @@ +--- +layout: page +title: "Verisure Lock" +description: "Instructions how to setup the Verisure locks within Home Assistant." +date: 2016-02-12 06:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: wink.png +ha_category: Lock +--- + + +The Verisure lock platform allows you to control your [Verisure](https://www.verisure.com/) locks. + +The requirement is that you have setup your [Verisure hub](/components/verisure/). + diff --git a/source/_components/verisure.markdown b/source/_components/verisure.markdown index 8730ec8382f..cd1d84f3a31 100644 --- a/source/_components/verisure.markdown +++ b/source/_components/verisure.markdown @@ -17,9 +17,10 @@ Home Assistant has support to integrate your [Verisure](https://www.verisure.com We support: - * Smartplugs - * Reading from thermometers and hygrometers integrated in various devices - * Reading alarm status + * Smartplugs + * Reading from thermometers and hygrometers integrated in various devices + * Reading alarm status + * Locks To integrate Verisure with Home Assistant, add the following section to your `configuration.yaml` file: @@ -32,6 +33,7 @@ verisure: hygrometers: 0 smartplugs: 1 thermometers: 0 + locks: 0 code_digits: 4 ``` @@ -42,6 +44,7 @@ Configuration variables: - **alarm** (*Optional*): Set to 1 to show alarm, 0 to disable. Default 1. - **hygrometers** (*Optional*): Set to 1 to show hygrometers, 0 to disable. Default 1. - **smartplugs** (*Optional*): Set to 1 to show smartplugs, 0 to disable. Default 1. +- **locls** (*Optional*): Set to 1 to show locks, 0 to disable. Default 1. - **thermometers** (*Optional*): Set to 1 to show thermometers, 0 to disable. Default 1. - **code_digits** (*Optional*): Number of digits in PIN code. Default 4.