Remove watchdog and reduced logging

Solves #1832
This commit is contained in:
Edward Firmo
2024-02-26 17:15:09 +01:00
parent f2a1f27e0c
commit 692e145162
5 changed files with 17 additions and 204 deletions

View File

@@ -365,16 +365,6 @@ script:
ESP_LOGI("addon_upload_tft.script.upload_tft_attempt", "Restarting ESPHome");
App.safe_reboot();
- id: !extend watchdog
then:
- lambda: |-
if (!id(is_uploading_tft)) {
static const char *const TAG = "addon_upload_tft.script.watchdog";
ESP_LOGI(TAG, "Add-on Upload TFT:");
ESP_LOGI(TAG, " File model: %s", tft_file_model->state.c_str());
ESP_LOGI(TAG, " Valid TFT: %s", YESNO(id(tft_is_valid)));
}
select:
- id: tft_file_model
name: Update TFT display - Model