From aa0f305b75280c13788dde941e8262f4a00dd454 Mon Sep 17 00:00:00 2001 From: Jonathan Swoboda Date: Sat, 16 Nov 2024 21:15:51 -0500 Subject: [PATCH] Fix typo/spelling --- esphome/components/remote_transmitter/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/remote_transmitter/__init__.py b/esphome/components/remote_transmitter/__init__.py index 0d27953d9c..2f9e0ababd 100644 --- a/esphome/components/remote_transmitter/__init__.py +++ b/esphome/components/remote_transmitter/__init__.py @@ -38,8 +38,8 @@ async def to_code(config): cg.add(var.set_carrier_duty_percent(config[CONF_CARRIER_DUTY_PERCENT])) - if one_wite_config := config.get(CONF_ONE_WIRE): - cg.add(var.set_one_wire(one_wite_config)) + if one_wire_config := config.get(CONF_ONE_WIRE): + cg.add(var.set_one_wire(one_wire_config)) if on_transmit_config := config.get(CONF_ON_TRANSMIT): await automation.build_automation(