From e70dd727d9cdd7beeae340a99e7bcb8103025157 Mon Sep 17 00:00:00 2001 From: Paul Wieland
Date: Wed, 17 Apr 2024 08:58:02 -0400 Subject: [PATCH] rm whitespace --- components/ratgdo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/__init__.py b/components/ratgdo/__init__.py index 7dbf9c3..121a004 100644 --- a/components/ratgdo/__init__.py +++ b/components/ratgdo/__init__.py @@ -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)) \ No newline at end of file + cg.add(var.set_discrete_close_pin(pin)) \ No newline at end of file