mirror of
https://github.com/esphome/esphome.git
synced 2025-02-17 16:53:13 +01:00
maybe this is it?
This commit is contained in:
parent
8a64c11f84
commit
c6f837bd91
4 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ from esphome.const import (
|
|||
CONF_ID,
|
||||
ENTITY_CATEGORY_NONE,
|
||||
)
|
||||
from . import gpio # noqa
|
||||
|
||||
DEPENDENCIES = ["uart"]
|
||||
AUTO_LOAD = ["uart", "sensor", "text_sensor"]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "esphome/components/sensor/sensor.h"
|
||||
#include "esphome/core/helpers.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include "lora.h"
|
||||
#include "../lora.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace lora {
|
Loading…
Add table
Reference in a new issue