Compare commits
2 Commits
2faa9948b5
...
17a74f8a29
Author | SHA1 | Date |
---|---|---|
Brendan Davis | 17a74f8a29 | |
ScottEgan | 7f35da9255 |
|
@ -225,8 +225,10 @@ light:
|
||||||
|
|
||||||
button:
|
button:
|
||||||
- platform: restart
|
- platform: restart
|
||||||
|
id: ${id_prefix}_restart
|
||||||
name: "Restart"
|
name: "Restart"
|
||||||
- platform: safe_mode
|
- platform: safe_mode
|
||||||
|
id: ${id_prefix}_safe_mode
|
||||||
name: "Safe mode boot"
|
name: "Safe mode boot"
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
|
|
||||||
|
|
|
@ -177,8 +177,10 @@ light:
|
||||||
|
|
||||||
button:
|
button:
|
||||||
- platform: restart
|
- platform: restart
|
||||||
|
id: ${id_prefix}_restart
|
||||||
name: "Restart"
|
name: "Restart"
|
||||||
- platform: safe_mode
|
- platform: safe_mode
|
||||||
|
id: ${id_prefix}_safe_mode
|
||||||
name: "Safe mode boot"
|
name: "Safe mode boot"
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ esphome:
|
||||||
version: "2.5"
|
version: "2.5"
|
||||||
|
|
||||||
esp8266:
|
esp8266:
|
||||||
board: d1_mini_lite
|
board: d1_mini
|
||||||
restore_from_flash: true
|
restore_from_flash: true
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
|
|
Loading…
Reference in New Issue