Files
fresh-home/esphome/common/text_sensor/ethernet_mac_address.config.yaml
T
2024-04-14 14:08:56 -04:00

10 lines
291 B
YAML

# Text sensors with general information.
platform: template
#mac_address:
name: ${friendly_name} Ethernet MAC Address
id: ${entity_name}_ethernet_mac_address
disabled_by_default: true
icon: mdi:network
entity_category: diagnostic
lambda: return {esp_eth_get_mac.str() };
update_interval: 60s