Skip to content

Commit 0a9a5cd

Browse files
committed
Update ha_release and other small changes
1 parent c283ad6 commit 0a9a5cd

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

source/_components/nuimo_controller.markdown

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ sharing: true
99
footer: true
1010
logo: nuimo.png
1111
ha_category: Hub
12-
ha_release: 0.28
12+
ha_release: 0.29
1313
ha_iot_class: "Local Poll"
1414
---
1515

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).
1717

1818
To connect to a Nuimo device add the following section to your `configuration.yaml` file:
1919

2020
```yaml
2121
nuimo_controller:
2222
mac: 'CE:B5:12:25:21:89'
23+
name:
2324
```
2425
25-
2626
Configuration variables:
2727
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.
3030
3131
32-
Example for testing rotation value and sending to led matrix:
32+
Example for testing rotation value and sending to the LED matrix:
3333
3434
```yaml
3535
automation Nuimo_rotate_right:
@@ -63,9 +63,6 @@ Troubleshooting:
6363

6464
- allow non-root user access to Bluetooth LE with `sudo setcap cap_net_raw+eip $(eval readlink -f $(which python))`
6565

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
70-
libboost-thread-dev libbluetooth-dev libglib2.0-dev python-dev` )
66+
- 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`.
67+
(Dependencies of pygattlib: `sudo apt-get install pkg-config libboost-python-dev libboost-thread-dev libbluetooth-dev libglib2.0-dev python-dev`)
7168
Then invoke home-assistant with `hass --skip-pip`.

0 commit comments

Comments
 (0)