Update __init__.py

This commit is contained in:
Daniël Koek 2024-02-20 16:27:14 +00:00
parent b7d6923767
commit f213e1a411

View file

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