redesign of esphome repo

This commit is contained in:
pszafer
2026-02-16 12:12:00 +01:00
parent fa915bd64a
commit 03f572d229
78 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
text_sensor:
- platform: template
name: 'Serial No.'
id: serial_no
lambda: |-
std::string mac = get_mac_address();
return std::string("${serial_prefix}") + mac.substr(mac.length()/2);
icon: mdi:expansion-card-variant
entity_category: diagnostic
update_interval: 60min