From 255c7fd1f1ef23b67f2026b5e5371ab429547d6f Mon Sep 17 00:00:00 2001 From: Darsey Litzenberger Date: Sun, 25 Jan 2026 23:30:24 -0700 Subject: [PATCH] Rename uart_0 to bl0942_uart_id to avoid confusing it with uart0 (since it probably uses uart1) --- shelly-pm-mini-gen3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shelly-pm-mini-gen3.yaml b/shelly-pm-mini-gen3.yaml index 3abf2f2..41b9f20 100644 --- a/shelly-pm-mini-gen3.yaml +++ b/shelly-pm-mini-gen3.yaml @@ -90,7 +90,7 @@ light: sensor: - platform: bl0942 id: bl0942_id - uart_id: uart_0 + uart_id: bl0942_uart_id update_interval: ${update_interval} voltage_reference: ${calibration_voltage_reference} current_reference: ${calibration_current_reference} @@ -188,7 +188,7 @@ sensor: - component.update: reactive_power uart: - - id: uart_0 + - id: bl0942_uart_id tx_pin: GPIO6 rx_pin: number: GPIO7