From de06288b8a93494dad50693784bb7029ae18edd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Sat, 26 Oct 2024 02:13:08 +0200 Subject: [PATCH] formatting --- esphome/components/si4713_i2c/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/si4713_i2c/__init__.py b/esphome/components/si4713_i2c/__init__.py index c339ec2cdf..d1f1a805ef 100644 --- a/esphome/components/si4713_i2c/__init__.py +++ b/esphome/components/si4713_i2c/__init__.py @@ -553,7 +553,7 @@ async def set_tuner_frequency_action_to_code(config, action_id, template_arg, ar cg.add(var.set_frequency(template_)) return var - + MeasureAction = si4713_ns.class_( "MeasureAction", automation.Action, cg.Parented.template(Si4713Component) )