From c3d27326f2d50fd42990effba4880d89e0e6399f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Thu, 29 Feb 2024 23:19:26 +0100 Subject: [PATCH] nothing changed, only cosmetic --- esphome/components/cc1101/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/cc1101/__init__.py b/esphome/components/cc1101/__init__.py index 7c7d27813c..906ee1a05c 100644 --- a/esphome/components/cc1101/__init__.py +++ b/esphome/components/cc1101/__init__.py @@ -74,7 +74,7 @@ async def to_code(config): cg.add(var.set_config_lqi_sensor(lqi)) -CC1101RawAction = ns.class_("CC1101RawAction", remote_base.RemoteTransmitterActionBase) +CC1101RawAction = ns.class_("CC1101RawAction", remote_base.RCSwitchRawAction) CC1101_TRANSMIT_SCHEMA = ( cv.Schema(