Add bluetooth loggers to manifest.json (#82276)

This commit is contained in:
J. Nick Koston
2022-11-17 11:06:21 -06:00
committed by GitHub
parent 8792d664e7
commit 0aa5610d88

View File

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