From daa4b9bee032aa5712e4d593cfb9d2c2ce1d6161 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Sun, 5 Oct 2025 13:03:48 +0200 Subject: [PATCH] add Wifi info --- include/devices.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/devices.h b/include/devices.h index 35acd0c..4f810d6 100644 --- a/include/devices.h +++ b/include/devices.h @@ -125,6 +125,7 @@ Command* commands[] = { .asDevice(gatewayDevice) .addPreconfigured(HaESP::heapStats) .addPreconfigured(HaESP::restartInfo) + .addPreconfigured(HaESP::wifiInfo) .build(), #if ENABLE_DOORBELL Builder