From 196c738ec73b564dccd2f006eca44a293e97ffd9 Mon Sep 17 00:00:00 2001 From: Brandon Harvey Date: Tue, 24 Feb 2026 17:14:26 -0600 Subject: [PATCH 1/3] Add IP address text sensor via wifi_info platform --- Integrations/ESPHome/Core.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index a7f7df3..63d0be0 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -713,6 +713,11 @@ text_sensor: version: name: "Radar Firmware Version" + - platform: wifi_info + ip_address: + name: "IP Address" + id: wifi_ip + select: - platform: ld2410 distance_resolution: From 797d75e4913c30a3fb41765202f7b0eab055c03c Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:51:11 -0600 Subject: [PATCH 2/3] fix: remove unused id, add entity_category diagnostic to IP address sensor --- Integrations/ESPHome/Core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 63d0be0..21a31dd 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -716,7 +716,7 @@ text_sensor: - platform: wifi_info ip_address: name: "IP Address" - id: wifi_ip + entity_category: "diagnostic" select: - platform: ld2410 From 0bcb5b79bd68c949beacdeceae8112cf24f5a1b3 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:04:43 -0600 Subject: [PATCH 3/3] fix: restore id: wifi_ip (needed for ESPHome automations) --- Integrations/ESPHome/Core.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index 21a31dd..536115c 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -716,6 +716,7 @@ text_sensor: - platform: wifi_info ip_address: name: "IP Address" + id: wifi_ip entity_category: "diagnostic" select: