maybe this is it?

This commit is contained in:
Daniël Koek 2024-03-25 12:19:38 +00:00
parent 8a64c11f84
commit c6f837bd91
4 changed files with 1 additions and 2 deletions

View file

@ -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"]

View file

@ -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 {