diff --git a/esphome/components/lora/__init__.py b/esphome/components/lora/__init__.py index 3881490a5c..52bd254252 100644 --- a/esphome/components/lora/__init__.py +++ b/esphome/components/lora/__init__.py @@ -5,6 +5,7 @@ from esphome.components import sensor, text_sensor, uart from esphome.const import * DEPENDENCIES = ["uart"] +AUTO_LOAD = ["uart", "sensor", "text_sensor"] MULTI_CONF = True lora_ns = cg.esphome_ns.namespace("lora")