1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-26 15:12:21 +01:00

Merge branch 'proxy_log_config' into integration

This commit is contained in:
J. Nick Koston
2025-08-06 07:38:05 -10:00

View File

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