From 1279da42e58c58c3e1f8e0654139164c33e11a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Fri, 1 Mar 2024 01:39:24 +0100 Subject: [PATCH] formatting (this was accepted last time, strange) --- esphome/components/cc1101/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esphome/components/cc1101/__init__.py b/esphome/components/cc1101/__init__.py index 47e7a4d804..8f3a0897e2 100644 --- a/esphome/components/cc1101/__init__.py +++ b/esphome/components/cc1101/__init__.py @@ -107,7 +107,9 @@ CC1101_TRANSMIT_SCHEMA = ( ) -@remote_base.register_action("rc_switch_raw_cc1101", CC1101RawAction, CC1101_TRANSMIT_SCHEMA) +@remote_base.register_action( + "rc_switch_raw_cc1101", CC1101RawAction, CC1101_TRANSMIT_SCHEMA +) async def rc_switch_raw_cc1101_action(var, config, args): proto = await cg.templatable( config[CONF_PROTOCOL],