From b9f5a1919e347b53e28a4bc16251081db02119ba Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sat, 9 Mar 2024 20:40:42 -0700 Subject: [PATCH] add warning about using default fixed PIN code --- docs/configuration/radio/bluetooth.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/radio/bluetooth.mdx b/docs/configuration/radio/bluetooth.mdx index 81105493..678a91a1 100644 --- a/docs/configuration/radio/bluetooth.mdx +++ b/docs/configuration/radio/bluetooth.mdx @@ -38,6 +38,10 @@ The default pairing mode will be determined based on whether the device has or d If your pairing mode is set to `FIXED_PIN`, the default value is **123456**. For all other pairing modes, this number is ignored. A custom integer (6 digits) can be set via the Bluetooth config options. +:::danger Warning +It is strongly recommended that you change the default `FIXED_PIN` code on your device. Leaving the default code in place can pose a significant security risk. +::: + ## Bluetooth Config Client Availability