Generic LED esphome controller V1.1

This commit is contained in:
root
2025-08-18 17:07:49 +12:00
parent b5375b2219
commit c286a11f8d
15 changed files with 2558 additions and 49 deletions

View File

@@ -64,6 +64,12 @@ text_sensor:
icon: mdi:clock-start
update_interval: ${local_update_interval}
entity_category: "diagnostic"
- platform: template
name: "Last Reset Reason"
update_interval: 30s
lambda: |-
return { ESP.getResetReason().c_str() };
entity_category: diagnostic
###################################################################################################
# Creates a sensor of the uptime of the device, in formatted days, hours, minutes and seconds