From 344ed66c36017fa5ebafa284138ea5e3b7f953f4 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Thu, 19 Feb 2026 20:31:50 -0500 Subject: [PATCH] Add i2c_id to CH422G and touchscreen configurations for improved I2C management --- esphome/ha-remote/ha-remote-1.base.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esphome/ha-remote/ha-remote-1.base.yaml b/esphome/ha-remote/ha-remote-1.base.yaml index 6875403..fc1b2f7 100644 --- a/esphome/ha-remote/ha-remote-1.base.yaml +++ b/esphome/ha-remote/ha-remote-1.base.yaml @@ -15,6 +15,7 @@ i2c: # CH422G I/O expander (Waveshare uses it for LCD reset/backlight/touch reset) ch422g: - id: ch422g_hub + i2c_id: i2c_main # --- Backlight control (CH422G IO2 is common for Waveshare LCD BL) --- switch: @@ -87,6 +88,7 @@ display: touchscreen: platform: gt911 id: touch_panel + i2c_id: i2c_main update_interval: 120ms reset_pin: ch422g: ch422g_hub