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" + ] }