From 96470d4448e0fa52af450b768aae255f646124fb Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Sat, 18 Nov 2023 23:20:27 +0100 Subject: [PATCH] Fix openhab unit name (#15913) Signed-off-by: Jacob Laursen --- bundles/org.openhab.binding.bluetooth.bluez/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.bluetooth.bluez/README.md b/bundles/org.openhab.binding.bluetooth.bluez/README.md index 1a11b16491d..d54fe306d74 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