mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
Update __init__.py
This commit is contained in:
parent
b7d6923767
commit
f213e1a411
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue