mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
add missing verisure doc
This commit is contained in:
parent
edad9c19e2
commit
b6a8e40ecd
18
source/_components/alarm_control_panel.verisure.markdown
Normal file
18
source/_components/alarm_control_panel.verisure.markdown
Normal 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/).
|
||||||
|
|
24
source/_components/sensor.verisure.markdown
Normal file
24
source/_components/sensor.verisure.markdown
Normal 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/
|
18
source/_components/switch.verisure.markdown
Normal file
18
source/_components/switch.verisure.markdown
Normal 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/).
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user