From ece65850dcaa2ff5dcb2232e03052d59ea08f1d4 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Tue, 10 Feb 2026 10:34:06 -0500 Subject: [PATCH] Refactor deep sleep and touchscreen configuration for clarity and functionality --- ha-remote-1.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/ha-remote-1.yml b/ha-remote-1.yml index 471990d..4203836 100644 --- a/ha-remote-1.yml +++ b/ha-remote-1.yml @@ -108,12 +108,10 @@ interval: deep_sleep: id: deep_sleep_ctrl - wakeup_pin: - number: 4 - mode: - input: true - ignore_pin_validation_error: true - wakeup_pin_mode: INVERT_WAKEUP # If it wakes instantly, change to KEEP_AWAKE + esp32_ext1_wakeup: + pins: + - 4 + mode: ANY_LOW # --- Display --- display: @@ -131,11 +129,7 @@ display: touchscreen: platform: gt911 id: touch_panel - interrupt_pin: - number: 4 - mode: - input: true - ignore_pin_validation_error: true + update_interval: 50ms reset_pin: ch422g: ch422g_hub number: 1