Fix typo/spelling

This commit is contained in:
Jonathan Swoboda 2024-11-16 21:15:51 -05:00
parent a24e9b849e
commit aa0f305b75

View file

@ -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(