add missing verisure doc

This commit is contained in:
Per Sandström 2016-02-23 22:10:39 +01:00 committed by Paulus Schoutsen
parent edad9c19e2
commit b6a8e40ecd
4 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
layout: page
title: "Verisure Alarm"
description: "Instructions how to setup the Verisure Alarm control panel within Home Assistant."
date: 2016-02-15 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: verisure.png
ha_category: Alarm
---
The Verisure alarm control panel platform allows you to control your [Verisure](https://www.verisure.com/) Alarms.
The requirement is that you have setup your [Verisure hub](/components/verisure/).

View File

@ -0,0 +1,24 @@
---
layout: page
title: "Verisure Sensor"
description: "Instructions how to integrate Verisure sensors into Home Assistant."
date: 2016-02-23 21:31 +0100
sidebar: true
comments: false
sharing: true
footer: true
logo: verisure.png
ha_category: Sensor
featured: false
---
Integrates Verisure sensors into Home Assistant. See the [main component] for configuration instructions.
The following sensor types are supported:
* Thermometers
* Hygrometers
* Mouse detectors
[main component]: /components/verisure/

View File

@ -0,0 +1,18 @@
---
layout: page
title: "Verisure SmartPlug"
description: "Instructions how to setup the Verisure SmartPlug within Home Assistant."
date: 2016-02-15 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: verisure.png
ha_category: Switch
---
The Verisure switch platform allows you to control your [Verisure](https://www.verisure.com/) SmartPlugs.
The requirement is that you have setup your [Verisure hub](/components/verisure/).

View File

@ -20,6 +20,7 @@ We support:
* Alarm * Alarm
* Smartplugs * Smartplugs
* Reading from thermometers and hygrometers integrated in various devices * Reading from thermometers and hygrometers integrated in various devices
* Mouse Detector
* Locks * Locks
To integrate Verisure with Home Assistant, add the following section to your `configuration.yaml` file: To integrate Verisure with Home Assistant, add the following section to your `configuration.yaml` file:
@ -34,6 +35,7 @@ verisure:
smartplugs: 1 smartplugs: 1
thermometers: 0 thermometers: 0
locks: 0 locks: 0
mouse: 1
code_digits: 4 code_digits: 4
``` ```
@ -46,5 +48,6 @@ Configuration variables:
- **smartplugs** (*Optional*): Set to 1 to show smartplugs, 0 to disable. Default 1. - **smartplugs** (*Optional*): Set to 1 to show smartplugs, 0 to disable. Default 1.
- **locks** (*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. - **thermometers** (*Optional*): Set to 1 to show thermometers, 0 to disable. Default 1.
- **mouse** (*Optional*): Set to 1 to show mouse detectors, 0 to disable. Default 1.
- **code_digits** (*Optional*): Number of digits in PIN code. Default 4. - **code_digits** (*Optional*): Number of digits in PIN code. Default 4.