rm whitespace

This commit is contained in:
Paul Wieland 2024-04-17 08:58:02 -04:00
parent 32190f5ba8
commit e70dd727d9
1 changed files with 1 additions and 1 deletions

View File

@ -145,4 +145,4 @@ async def to_code(config):
cg.add(var.set_discrete_open_pin(pin))
if CONF_DISCRETE_CLOSE_PIN in config and config[CONF_DISCRETE_CLOSE_PIN]:
pin = await cg.gpio_pin_expression(config[CONF_DISCRETE_CLOSE_PIN])
cg.add(var.set_discrete_close_pin(pin))
cg.add(var.set_discrete_close_pin(pin))