mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
Update __init__.py
This commit is contained in:
parent
6996639074
commit
6470da9ec9
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import esphome.codegen as cg
|
||||
import esphome.config_validation as cv
|
||||
from esphome.components import switch
|
||||
from esphome.const import *
|
||||
from .. import CONF_LORA, Lora, lora_ns
|
||||
|
||||
LoraSwitch = lora_ns.class_("LoraSwitch", switch.Switch, cg.Component)
|
||||
|
|
Loading…
Reference in a new issue