From 5cf4c7ab9f47dc87ff044d0d9a490f0e8c2c66b2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 14:23:18 -0500 Subject: [PATCH] fix --- base.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/base.yml b/base.yml index b5bc985..961dc62 100644 --- a/base.yml +++ b/base.yml @@ -3,7 +3,7 @@ esphome: name: ${id_prefix} friendly_name: ${friendly_name} name_add_mac_suffix: true - project: + project: name: ratgdo.esphome version: "1.0" @@ -52,13 +52,13 @@ binary_sensor: name: "${friendly_name} Dry contact close" entity_category: diagnostic on_press: - - cover.close: ${id_prefix}_garage + - cover.close: ${id_prefix}_garage - platform: gpio pin: D3 # D3 dry contact for triggering light (no discrete light commands, so toggle only) name: "${friendly_name} Dry contact light" entity_category: diagnostic on_press: - - light.toggle: {id_prefix}_light + - light.toggle: ${id_prefix}_light number: - platform: ratgdo @@ -85,7 +85,7 @@ light: ratgdo_id: ${id_prefix} uart: - tx_pin: + tx_pin: number: D4 # red control terminal / GarageDoorOpener (UART1 TX) pin is D4 on D1 Mini inverted: true rx_pin: