mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
AUTO_LOAD = ["sensor"] maybe
This commit is contained in:
parent
dd1f0b229d
commit
fa5d6955a7
2 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@ from esphome.const import (
|
||||||
)
|
)
|
||||||
|
|
||||||
DEPENDENCIES = ["spi"]
|
DEPENDENCIES = ["spi"]
|
||||||
|
AUTO_LOAD = ["sensor"]
|
||||||
|
|
||||||
CODEOWNERS = ["@gabest11"]
|
CODEOWNERS = ["@gabest11"]
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
TODO: Libretiny? (USE_LIBRETINY)
|
TODO: Libretiny? (USE_LIBRETINY)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "esphome/components/sensor/sensor.h"
|
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "cc1101.h"
|
#include "cc1101.h"
|
||||||
|
|
Loading…
Reference in a new issue