mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
21 lines
499 B
Markdown
21 lines
499 B
Markdown
---
|
|
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
|
|
```
|