Generic LED esphome controller V1.1
This commit is contained in:
@@ -51,6 +51,7 @@ wifi:
|
||||
subnet: ${static_ip_subnet}
|
||||
dns1: ${static_ip_dns1}
|
||||
dns2: ${static_ip_dns2}
|
||||
use_address: ${local_static_ip_address}
|
||||
ap: # Details for fallback hotspot in case wifi connection fails https://esphome.io/components/wifi.html#access-point-mode
|
||||
ssid: ${local_device_name} AP
|
||||
password: ${fallback_ap_password}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user