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: esphome:
name: ${id_prefix} name: ${id_prefix}
friendly_name: ${friendly_name} friendly_name: ${friendly_name}
@ -6,7 +7,6 @@ esphome:
name: ratgdo.esphome name: ratgdo.esphome
version: "1.0" version: "1.0"
esp8266: esp8266:
board: d1_mini_lite board: d1_mini_lite
restore_from_flash: true restore_from_flash: true
@ -86,11 +86,11 @@ light:
uart: uart:
tx_pin: 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 inverted: true
rx_pin: 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 inverted: true
baud_rate: 9600 baud_rate: 9600

View File

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