From abce37e342492477945ac9bf726c3f819b5274c6 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Wed, 19 Mar 2025 20:53:30 +0000 Subject: [PATCH] Add sensible icons to network diag entities --- templates/esp32-poe.yaml | 2 ++ templates/wifi.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/templates/esp32-poe.yaml b/templates/esp32-poe.yaml index 27dfab7..132b01a 100644 --- a/templates/esp32-poe.yaml +++ b/templates/esp32-poe.yaml @@ -17,8 +17,10 @@ text_sensor: - platform: ethernet_info ip_address: name: "ESP chip IP (Ethernet)" + icon: mdi:ip-network mac_address: name: "ESP chip MAC (Ethernet)" + icon: mdi:expansion-card logger: diff --git a/templates/wifi.yaml b/templates/wifi.yaml index 7def5d8..74fcf01 100644 --- a/templates/wifi.yaml +++ b/templates/wifi.yaml @@ -6,10 +6,13 @@ text_sensor: - platform: wifi_info mac_address: name: "ESP chip MAC" + icon: mdi:wifi-cog ip_address: name: "ESP chip IP" + icon: mdi:wifi-cog bssid: name: "ESP chip connected to BSSID" + icon: mdi:wifi-settings filters: - to_upper - substitute: !secret wifi_ap_lookup