Update __init__.py

This commit is contained in:
Daniël Koek 2024-01-31 17:10:44 +00:00
parent bdb154f4da
commit 78ba0b67ce

View file

@ -1,5 +1,6 @@
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome import pins
from esphome.components import sensor, text_sensor, uart
from esphome.const import *
ebyte_lora_e220_ns = cg.esphome_ns.namespace('ebyte_lora_e220')