Remove debug logs
This commit is contained in:
@@ -1971,11 +1971,8 @@ script:
|
|||||||
page: string
|
page: string
|
||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
ESP_LOGD("DEBUG", "goto_page: from %s to %s", current_page->state.c_str(), page.c_str());
|
|
||||||
if (current_page->state != page) {
|
if (current_page->state != page) {
|
||||||
disp1->goto_page(page.c_str());
|
disp1->goto_page(page.c_str());
|
||||||
} else {
|
|
||||||
ESP_LOGE("DEBUG", "goto_page: from %s to %s", current_page->state.c_str(), page.c_str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- id: ha_button
|
- id: ha_button
|
||||||
@@ -2111,7 +2108,6 @@ script:
|
|||||||
condition:
|
condition:
|
||||||
- lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99);
|
- lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99);
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
- rtttl.play: "DEBUG:d=8,o=5,b=100:e6"
|
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
boot_progress->execute(5);
|
boot_progress->execute(5);
|
||||||
disp1->send_command_printf("brightness=%i", int(display_brightness->state));
|
disp1->send_command_printf("brightness=%i", int(display_brightness->state));
|
||||||
|
|||||||
Reference in New Issue
Block a user