You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Instructions how to setup and use a Nuimo device in Home Assistant."
5
+
date: 2016-08-30 12:00
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: nuimo.png
11
+
ha_category: Hub
12
+
ha_release: 0.28
13
+
ha_iot_class: "Local Poll"
14
+
---
15
+
16
+
The `nuimo_controller` component allows you to connect to a [Nuimo](http://www.senic.com/) device for receiving input events and displaying on the led matrix via the [Nuimo SDK for Python on Linux](https://github.com/getSenic/nuimo-linux-python).
17
+
18
+
To connect to a Nuimo device add the following section to your `configuration.yaml` file:
19
+
20
+
```yaml
21
+
nuimo_controller:
22
+
mac: 'CE:B5:12:25:21:89'
23
+
```
24
+
25
+
26
+
Configuration variables:
27
+
28
+
- **mac** (*Optional*): skip discovery and connect to this device address
29
+
- **name** (*Optional*): handle more than one device by names
30
+
31
+
32
+
Example for testing rotation value and sending to led matrix:
0 commit comments