From 932ce73113b8679ed519e00547b5aff744b93f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Mon, 15 Feb 2016 20:39:06 +0100 Subject: [PATCH] Small update to verisure, and fix typo --- source/_components/verisure.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/verisure.markdown b/source/_components/verisure.markdown index cd1d84f3a319..154b09294237 100644 --- a/source/_components/verisure.markdown +++ b/source/_components/verisure.markdown @@ -17,9 +17,9 @@ Home Assistant has support to integrate your [Verisure](https://www.verisure.com We support: + * Alarm * 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: @@ -44,7 +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. +- **locks** (*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.