1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 16:52:18 +01:00

[bluetooth_proxy] Consolidate dump_config() log calls

This commit is contained in:
J. Nick Koston
2025-08-06 07:37:30 -10:00
parent 2b3e546203
commit 2af29aab6f

View File

@@ -130,8 +130,8 @@ void BluetoothProxy::flush_pending_advertisements() {
}
void BluetoothProxy::dump_config() {
ESP_LOGCONFIG(TAG, "Bluetooth Proxy:");
ESP_LOGCONFIG(TAG,
"Bluetooth Proxy:\n"
" Active: %s\n"
" Connections: %d",
YESNO(this->active_), this->connection_count_);