Add sensible icons to network diag entities
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user