From bc5d8910538114e6c2a63de6f8977dfdbba718b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Wed, 6 Nov 2024 19:51:34 +0100 Subject: [PATCH] formatting --- esphome/components/store_yaml/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/esphome/components/store_yaml/__init__.py b/esphome/components/store_yaml/__init__.py index 2b30a8d807..b2d40ac93e 100644 --- a/esphome/components/store_yaml/__init__.py +++ b/esphome/components/store_yaml/__init__.py @@ -39,9 +39,7 @@ LOG_ACTION_SCHEMA = automation.maybe_simple_id( ) -@automation.register_action( - "store_yaml.log", LogAction, LOG_ACTION_SCHEMA -) +@automation.register_action("store_yaml.log", LogAction, LOG_ACTION_SCHEMA) async def log_action_to_code(config, action_id, template_arg, args): var = cg.new_Pvariable(action_id, template_arg) await cg.register_parented(var, config[CONF_ID])