mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Update Nuimo_controller component configuration (#7391)
This commit is contained in:
parent
8dfd9b5733
commit
d126bd6d6b
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user