This commit is contained in:
J. Nick Koston 2023-06-09 14:20:53 -05:00
parent 6f9dafa403
commit fbbf06c884
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,4 @@
---
esphome:
name: ${id_prefix}
friendly_name: ${friendly_name}
@ -6,7 +7,6 @@ esphome:
name: ratgdo.esphome
version: "1.0"
esp8266:
board: d1_mini_lite
restore_from_flash: true
@ -86,11 +86,11 @@ light:
uart:
tx_pin:
number: D4 # red control terminal / GarageDoorOpener (UART1 TX) pin is D4 on D1 Mini
inverted: true
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
inverted: true
number: D2 # red control terminal / GarageDoorOpener (UART1 RX) pin is D2 on D1 Mini
inverted: true
baud_rate: 9600

View File

@ -1,3 +1,4 @@
---
substitutions:
id_prefix: ratgdov2
friendly_name: "RATGDOv2"