mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Added service note
Added details about disabling the hciuart service for the Raspberry board (courtesy of Krekza on Discord)
This commit is contained in:
parent
27d38de0c0
commit
7d2980bbe6
@ -47,12 +47,20 @@ $ echo -e -n "\x01\x08\x00\xF2\x51\x01\x01\x05\x01\x50" > /dev/serial/by-id/usb-
|
||||
|
||||
### {% linkable_title Razberry Board %}
|
||||
|
||||
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 adding the following to the end of `/boot/config.txt`, then rebooting:
|
||||
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 adding the following to the end of `/boot/config.txt`:
|
||||
|
||||
```
|
||||
dtoverlay=pi3-disable-bt
|
||||
```
|
||||
|
||||
Then disable the Bluetooth modem service:
|
||||
|
||||
```bash
|
||||
$ sudo systemctl disable hciuart
|
||||
```
|
||||
|
||||
Finally, reboot to make those changes active.
|
||||
|
||||
### {% linkable_title Aeon Minimote %}
|
||||
|
||||
Here's a handy configuration for the Aeon Labs Minimote that defines all possible button presses. Put it into `automation.yaml`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user