mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +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"]
|
||||
AUTO_LOAD = ["sensor"]
|
||||
|
||||
CODEOWNERS = ["@gabest11"]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue