AUTO_LOAD = ["sensor"] maybe

This commit is contained in:
Gábor Poczkodi 2024-02-29 06:03:48 +01:00
parent dd1f0b229d
commit fa5d6955a7
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@ from esphome.const import (
)
DEPENDENCIES = ["spi"]
AUTO_LOAD = ["sensor"]
CODEOWNERS = ["@gabest11"]

View file

@ -24,7 +24,6 @@
TODO: Libretiny? (USE_LIBRETINY)
*/
#include "esphome/components/sensor/sensor.h"
#include "esphome/core/helpers.h"
#include "esphome/core/log.h"
#include "cc1101.h"