mirror of
https://github.com/esphome/esphome.git
synced 2024-12-01 03:04: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 *
|
from esphome.const import *
|
||||||
|
|
||||||
DEPENDENCIES = ["uart"]
|
DEPENDENCIES = ["uart"]
|
||||||
|
AUTO_LOAD = ["uart", "sensor", "text_sensor"]
|
||||||
MULTI_CONF = True
|
MULTI_CONF = True
|
||||||
|
|
||||||
lora_ns = cg.esphome_ns.namespace("lora")
|
lora_ns = cg.esphome_ns.namespace("lora")
|
||||||
|
|
Loading…
Reference in a new issue