Add release notes May 14, 2015

This commit is contained in:
Paulus Schoutsen 2015-05-14 22:52:55 -07:00
parent 4f30c621fc
commit 6c0d9b08fa
10 changed files with 182 additions and 5 deletions

View file

@ -0,0 +1,20 @@
---
layout: page
title: "MySensors support"
description: "Instructions how to integrate MySensors into Home Assistant."
date: 2015-05-14 21:57
sidebar: false
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/mysensors.png' class='brand pull-right' />
Integrate your [MySensors sensors](https://www.mysensors.org) by adding the following to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
sensor:
platform: mysensors
port: /dev/ttyACM0
```