Skip to content

Commit ea3b8e3

Browse files
Danielhiversenfabaff
authored andcommitted
Fix travis build (home-assistant#3644)
* Update controllers.markdown * Update installation.markdown
1 parent 789ba6b commit ea3b8e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/_docs/z-wave/controllers.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ The alternative to a stick is a hub that supports Z-Wave. Home Assistant support
3333
- [Vera](/components/vera/)
3434
- [Wink](/components/wink/)
3535

36-
## {% linkable_title Controller Notes }
36+
## {% linkable_title Controller Notes %}
3737

38-
### {% linkable_title Aoetec Stick }
38+
### {% linkable_title Aoetec Stick %}
3939

4040
By default this will turn on "disco lights", which you can turn off by following the instructions in the [device specific page](/docs/z-wave/device-specific/#aeon-z-stick)
4141

42-
### {% linkable_title Razberry Board }
42+
### {% linkable_title Razberry Board %}
4343

4444
You need to disable the on-board Bluetooth since the board requires the use of the hardware UART (and there's only one on the Pi3). You do this by following the instructions in the [device specific page](/docs/z-wave/device-specific/#razberry-board)

source/_docs/z-wave/installation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The output from `ls -ltr` above contains the following information
131131
The device type is `c` (character special) and permissions are `rw-rw----`, meaning only the owner and group can read and write to it, there is only `1` link to the file, it is owned by `root` and can be accessed by the group `dialout`, it has a major device number of `204`, and a minor device number of `64`, the device was connected at `10:25` on `21 September`, and the device is `/dev/ttyUSB0`.
132132
</p>
133133

134-
#### {% linkable_title Creating a Persistent Device Path }
134+
#### {% linkable_title Creating a Persistent Device Path %}
135135

136136
Depending on what's plugged into your USB ports, the name found above may change. You can lock in a name, such as `/dev/zwave`, by following [these instructions](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/).
137137

0 commit comments

Comments
 (0)