From b788010b37ea205650245c98d30811213964f08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Thu, 29 Feb 2024 05:16:11 +0100 Subject: [PATCH] lets try without sensor.h --- esphome/components/cc1101/cc1101.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/cc1101/cc1101.h b/esphome/components/cc1101/cc1101.h index db0179b361..f4b9497e5b 100644 --- a/esphome/components/cc1101/cc1101.h +++ b/esphome/components/cc1101/cc1101.h @@ -1,7 +1,7 @@ #pragma once #include "esphome/core/component.h" -#include "esphome/components/sensor/sensor.h" +//#include "esphome/components/sensor/sensor.h" #include "esphome/components/spi/spi.h" namespace esphome {