Compare commits

...

2 Commits

Author SHA1 Message Date
Brendan Davis 17a74f8a29
feat: ensure all components in base.yaml have an id (#196)
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-01-29 14:55:19 -10:00
ScottEgan 7f35da9255
Change board in v25board_esp8266_d1_mini.yaml to d1_mini (#212) 2024-01-29 10:33:52 -10:00
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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: