From 2c248352c2923a65c8dbb60a59d923a076dfeaf2 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 19 Feb 2026 14:05:06 +0100 Subject: [PATCH] disabeld bluetooth --- configuration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 4e2ce5c2..036faf7f 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -152,7 +152,8 @@ recorder: !include log/recorder.yaml ###################################################################### # Bluetooth -# bluetooth: +bluetooth: + enable: false # Discover DHCP requests for supported devices and services. dhcp: -- 2.47.3