Skip to content

Commit cc8a0b8

Browse files
committed
remove line numbers option and rewrite
Signed-off-by: Phill Kelley <[email protected]>
1 parent 0a85432 commit cc8a0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Containers/Home-Assistant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $ docker-compose up -d
6565

6666
In order to be able to use BT & BLE devices from HA integrations, make sure that Bluetooth is enabled:
6767

68-
``` { .console linenums="1" }
68+
```console
6969
$ hciconfig
7070
hci0: Type: Primary Bus: UART
7171
BD Address: DC:89:FB:A6:32:4B ACL MTU: 1021:8 SCO MTU: 64:1
@@ -74,7 +74,7 @@ hci0: Type: Primary Bus: UART
7474
TX bytes:11583 acl:0 sco:0 commands:159 errors:0
7575
```
7676

77-
The "UP" in line 4 indicates that Bluetooth is enabled. If Bluetooth is not enabled, check:
77+
The "UP" in the third line of output indicates that Bluetooth is enabled. If Bluetooth is not enabled, check:
7878

7979
```console
8080
$ grep "^AutoEnable" /etc/bluetooth/main.conf

0 commit comments

Comments
 (0)