From c7558258ea94b214487f5887ecd0bdf97545a630 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 14:21:53 -0500 Subject: [PATCH] fix --- base.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.yml b/base.yml index ab8c12f..b5bc985 100644 --- a/base.yml +++ b/base.yml @@ -42,7 +42,7 @@ binary_sensor: device_class: running entity_category: diagnostic - platform: gpio - pin: D5 # # D5 dry contact for opening door + pin: D5 # D5 dry contact for opening door name: "${friendly_name} Dry contact open" entity_category: diagnostic on_press: @@ -86,10 +86,10 @@ light: uart: tx_pin: - number: D4 # red control terminal / GarageDoorOpener (UART1 TX) pin is D4 on D1 Mini + number: D4 # red control terminal / GarageDoorOpener (UART1 TX) pin is D4 on D1 Mini inverted: true rx_pin: - number: D2 # red control terminal / GarageDoorOpener (UART1 RX) pin is D2 on D1 Mini + number: D2 # red control terminal / GarageDoorOpener (UART1 RX) pin is D2 on D1 Mini inverted: true baud_rate: 9600