mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
10 lines
291 B
YAML
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 |