From 14fb532598aa6f0a62345a51a0bc32167d64b94b Mon Sep 17 00:00:00 2001 From: KoenBreeman <121864590+KoenBreeman@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:00:13 +0200 Subject: [PATCH] removed spaces at end of init.py --- esphome/components/seeedmultichannelrelay/switch/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/seeedmultichannelrelay/switch/__init__.py b/esphome/components/seeedmultichannelrelay/switch/__init__.py index aab0c1106b..ea53924de5 100644 --- a/esphome/components/seeedmultichannelrelay/switch/__init__.py +++ b/esphome/components/seeedmultichannelrelay/switch/__init__.py @@ -49,4 +49,3 @@ async def to_code(config): await cg.register_parented(var, config[CONF_SEEEDMULTICHANNELRELAY_ID]) cg.add(var.set_channel(config[CONF_CHANNEL])) -