Add blogpost for August 17 release
This commit is contained in:
parent
9239439ae0
commit
86c5e60ef0
7 changed files with 63 additions and 1 deletions
|
@ -233,8 +233,10 @@ Home Assistant integrates with a variety of third party Home Automation hubs and
|
|||
[<img src='/images/supported_brands/vera.png' class='brand' alt="Vera" />](/components/vera.html)
|
||||
[<img src='/images/supported_brands/wink.png' class='brand' alt="Wink" />](/components/wink.html)
|
||||
[<img src='/images/supported_brands/universal_devices.png' class='brand' alt="ISY994" />](/components/isy994.html)
|
||||
|
||||
[<img src='/images/supported_brands/modbus.png' class='brand' alt="Modbus" />](/components/modbus.html)
|
||||
[<img src='/images/supported_brands/arduino.png' class='brand' alt="Arduino" />](/components/arduino.html)
|
||||
[<img src='/images/supported_brands/verisure.png' class='brand' alt="Verisure" />](/components/verisure.html)
|
||||
|
||||
<p class='note'>
|
||||
Support for these devices is provided by the Home Assistant community and not
|
||||
|
|
27
source/components/verisure.markdown
Normal file
27
source/components/verisure.markdown
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Verisure"
|
||||
description: "Instructions how to setup Verisure devices within Home Assistant."
|
||||
date: 2015-08-17 20:28
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/verisure.png' class='brand pull-right' />
|
||||
|
||||
Home Assistant has support to integrate your [Verisure](https://www.verisure.com/) devices. We support hygrometers, smartplugs and thermometers.
|
||||
|
||||
Username and password are required. Other variables are optional and allow you to disable certain devices.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
verisure:
|
||||
username: user@example.com
|
||||
password: password
|
||||
alarm: 1
|
||||
hygrometers: 0
|
||||
smartplugs: 1
|
||||
thermometers: 0
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue