Update Nuimo_controller component configuration (#7391)

This commit is contained in:
Klaas Schoute 2018-11-06 08:10:50 +01:00 committed by Fabian Affolter
parent 8dfd9b5733
commit d126bd6d6b

View File

@ -22,11 +22,17 @@ To connect to a Nuimo device add the following section to your `configuration.ya
nuimo_controller:
```
Configuration variables:
- **mac** (*Optional*): Skip discovery and connect to this device address.
- **name** (*Optional*): To handle more than one device by names, add the name of the device.
{% configuration %}
mac:
description: Skip discovery and connect to this device address.
required: false
type: string
name:
description: To handle more than one device by names, add the name of the device.
required: false
default: None
type: string
{% endconfiguration %}
Example for testing rotation value and sending to the LED matrix:
@ -52,7 +58,7 @@ automation Nuimo_rotate_right:
.00.000.
.000000.
.000000.
........ '
........'
interval: 0.5
```