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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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