From 0aa5610d884ea291d45a14a2c27bd97f5e03d306 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 17 Nov 2022 11:06:21 -0600 Subject: [PATCH] Add bluetooth loggers to manifest.json (#82276) --- homeassistant/components/bluetooth/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/bluetooth/manifest.json b/homeassistant/components/bluetooth/manifest.json index 739f9c96404..255c4ce0e82 100644 --- a/homeassistant/components/bluetooth/manifest.json +++ b/homeassistant/components/bluetooth/manifest.json @@ -15,5 +15,11 @@ ], "codeowners": ["@bdraco"], "config_flow": true, - "iot_class": "local_push" + "iot_class": "local_push", + "loggers": [ + "btsocket", + "bleak_retry_connector", + "bluetooth_adapters", + "bluetooth_auto_recovery" + ] }