Add release notes May 14, 2015
This commit is contained in:
parent
4f30c621fc
commit
6c0d9b08fa
10 changed files with 182 additions and 5 deletions
20
source/components/sensor.mysensors.markdown
Normal file
20
source/components/sensor.mysensors.markdown
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue