Add ESP32 factory reset button
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user