Configuration Notes =================== Tasmota ------- If you wipe and re-flash Tasmota on your device, you will need this Configuration Template: {"NAME":"IR Bridge","GPIO":[0,0,0,0,8,51,0,0,0,0,0,0,0],"FLAG":0,"BASE":18} ESPHome ------- To get you started with ESP Home, you'll need this configuration in your YAML file. remote_receiver: pin: number: D1 inverted: True mode: INPUT_PULLUP remote_transmitter: pin: D2 carrier_duty_percent: 50%