Add blogpost for August 17 release

This commit is contained in:
Paulus Schoutsen 2015-08-17 21:10:14 -07:00
parent 9239439ae0
commit 86c5e60ef0
7 changed files with 63 additions and 1 deletions

@ -1 +1 @@
Subproject commit 872bf48dd019a9c8f692d60d60b30fe5ee2d1907
Subproject commit 1e8bb05106a8f8e67f1d5d2f58f589b2cf0fd6cc

View File

@ -0,0 +1,33 @@
---
layout: post
title: "Verisure devices and modern TP-Link routers now supported"
description: "New support for Verisure switches, sensors and hygrometers and modern TP-Link routers"
date: 2015-08-17 20:00 -0700
date_formatted: "August 17, 2015"
comments: true
categories: release-notes
---
A minor bug fix release to fix some issues that have come up since the last release. Please upgrade as soon as possible by running `git pull` from the Home Assistant directory.
This release is a major milestone in our test coverage as we've crossed into the 80s! It has to be noted that this covers mainly the core and automation components. Platforms that communicate with IoT devices have been excluded.
As we didn't want to just push out bug fixes, this release includes a few additions:
- Support for modern TP-Link routers like the ArcherC9 line has been contributed by [@chrisvis](https://github.com/chrisvis).
- Improved support for MQTT topic subscriptions has been contributed by [@qrtn](https://github.com/qrtn)
__Verisure Support__<br>
<img src='/images/supported_brands/verisure.png' style='border:none; box-shadow: none; float: right;' height='50' />
Home Assistant support to integrate your [Verisure](https://www.verisure.com/) alarms, hygrometers, sensors and thermometers has been contributed by [@persandstrom](https://github.com/persandstrom).
```yaml
# Example configuration.yaml entry
verisure:
username: user@example.com
password: password
alarm: 1
hygrometers: 0
smartplugs: 1
thermometers: 0
```

View File

@ -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

View 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
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB