Add ESP32 factory reset button
This commit is contained in:
parent
302db1afa4
commit
82d1f65eed
@ -680,6 +680,7 @@ button:
|
||||
entity_category: diagnostic
|
||||
factory_reset:
|
||||
name: "LD2410C Factory Reset"
|
||||
icon: mdi:restart-alert
|
||||
entity_category: diagnostic
|
||||
|
||||
- platform: restart
|
||||
@ -687,6 +688,11 @@ button:
|
||||
icon: mdi:power-cycle
|
||||
entity_category: diagnostic
|
||||
|
||||
- platform: factory_reset
|
||||
name: "ESP32 Factory Reset"
|
||||
icon: mdi:restart-alert
|
||||
entity_category: diagnostic
|
||||
|
||||
switch:
|
||||
# Global enable/disable for voice support
|
||||
- platform: template
|
||||
|
Loading…
x
Reference in New Issue
Block a user