initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
@@ -0,0 +1,10 @@
# 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