mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add variable description
This commit is contained in:
parent
83c92d493c
commit
38818c5084
@ -10,7 +10,9 @@ footer: true
|
|||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/mysensors.png' class='brand pull-right' />
|
<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`:
|
The [MySensors](https://www.mysensors.org) project combines Arduino boards with NRF24L01 radio boards to build sensor networks.
|
||||||
|
|
||||||
|
Integrate your Serial MYSensors Gateway by adding the following to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -18,3 +20,11 @@ sensor:
|
|||||||
platform: mysensors
|
platform: mysensors
|
||||||
port: /dev/ttyACM0
|
port: /dev/ttyACM0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **port** (*Required*): The port where your board is connected to your Home Assistant host. If you are using an original Arduino the port will be named `ttyACM*`. The exact number can be determined with `ls /dev/ttyACM*`.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ls /dev/ttyACM*
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user