Fix openhab unit name (#15913)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>pull/15915/head
parent
7fc351c9c2
commit
96470d4448
|
@ -1,6 +1,7 @@
|
||||||
# Bluetooth BlueZ Adapter
|
# Bluetooth BlueZ Adapter
|
||||||
|
|
||||||
This extension supports Bluetooth access via BlueZ and DBus on Linux. This is architecture agnostic and uses Unix Sockets.
|
This extension supports Bluetooth access via BlueZ and DBus on Linux.
|
||||||
|
This is architecture agnostic and uses Unix Sockets.
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
|
@ -33,7 +34,7 @@ Restart running services for changes to take effect.
|
||||||
```shell
|
```shell
|
||||||
systemctl restart dbus
|
systemctl restart dbus
|
||||||
systemctl restart bluetooth
|
systemctl restart bluetooth
|
||||||
systemctl restart openhab2
|
systemctl restart openhab
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported Things
|
## Supported Things
|
||||||
|
|
Loading…
Reference in New Issue