We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a85432 commit cc8a0b8Copy full SHA for cc8a0b8
docs/Containers/Home-Assistant.md
@@ -65,7 +65,7 @@ $ docker-compose up -d
65
66
In order to be able to use BT & BLE devices from HA integrations, make sure that Bluetooth is enabled:
67
68
-``` { .console linenums="1" }
+```console
69
$ hciconfig
70
hci0: Type: Primary Bus: UART
71
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
74
TX bytes:11583 acl:0 sco:0 commands:159 errors:0
75
```
76
77
-The "UP" in line 4 indicates that Bluetooth is enabled. If Bluetooth is not enabled, check:
+The "UP" in the third line of output indicates that Bluetooth is enabled. If Bluetooth is not enabled, check:
78
79
```console
80
$ grep "^AutoEnable" /etc/bluetooth/main.conf
0 commit comments