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