From: Jacob Laursen Date: Sat, 18 Nov 2023 22:20:27 +0000 (+0100) Subject: Fix openhab unit name (#15913) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=96470d4448e0fa52af450b768aae255f646124fb;p=openhab-addons.git Fix openhab unit name (#15913) Signed-off-by: Jacob Laursen --- diff --git a/bundles/org.openhab.binding.bluetooth.bluez/README.md b/bundles/org.openhab.binding.bluetooth.bluez/README.md index 1a11b16491..d54fe306d7 100644 --- a/bundles/org.openhab.binding.bluetooth.bluez/README.md +++ b/bundles/org.openhab.binding.bluetooth.bluez/README.md @@ -1,6 +1,7 @@ # 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 @@ -33,7 +34,7 @@ Restart running services for changes to take effect. ```shell systemctl restart dbus systemctl restart bluetooth -systemctl restart openhab2 +systemctl restart openhab ``` ## Supported Things