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
Copy file name to clipboardExpand all lines: source/_components/nuimo_controller.markdown
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,27 @@ sharing: true
9
9
footer: true
10
10
logo: nuimo.png
11
11
ha_category: Hub
12
-
ha_release: 0.28
12
+
ha_release: 0.29
13
13
ha_iot_class: "Local Poll"
14
14
---
15
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).
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
17
18
18
To connect to a Nuimo device add the following section to your `configuration.yaml` file:
19
19
20
20
```yaml
21
21
nuimo_controller:
22
22
mac: 'CE:B5:12:25:21:89'
23
+
name:
23
24
```
24
25
25
-
26
26
Configuration variables:
27
27
28
-
- **mac** (*Optional*): skip discovery and connect to this device address
29
-
- **name** (*Optional*): handle more than one device by names
28
+
- **mac** (*Optional*): Skip discovery and connect to this device address.
29
+
- **name** (*Optional*): To handle more than one device by names, add the name of the device.
30
30
31
31
32
-
Example for testing rotation value and sending to led matrix:
32
+
Example for testing rotation value and sending to the LED matrix:
33
33
34
34
```yaml
35
35
automation Nuimo_rotate_right:
@@ -63,9 +63,6 @@ Troubleshooting:
63
63
64
64
- allow non-root user access to Bluetooth LE with `sudo setcap cap_net_raw+eip $(eval readlink -f $(which python))`
65
65
66
-
- install the newest version of [pygattlib](https://bitbucket.org/OscarAcena/pygattlib) from
67
-
the repository, either because there is no binary package for your system or the pip version
68
-
contains errors, with `pip install hg+https://bitbucket.org/OscarAcena/pygattlib --target $HOME/.homeassistant/deps`.
69
-
( dependencies of pygattlib: `sudo apt-get install pkg-config libboost-python-dev
- install the newest version of [pygattlib](https://bitbucket.org/OscarAcena/pygattlib) from the repository, either because there is no binary package for your system or the pip version contains errors, with `pip install hg+https://bitbucket.org/OscarAcena/pygattlib --target $HOME/.homeassistant/deps`.
0 commit comments