This commit is contained in:
clydebarrow 2024-05-12 22:46:52 +10:00
parent 44a6a6bb3f
commit a91e5a1d7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
import esphome.codegen as cg
from esphome import automation
from esphome.components.key_provider import KeyProvider
from .defines import CONF_TEXT
from esphome.const import CONF_VALUE
from .defines import CONF_TEXT
uint16_t_ptr = cg.uint16.operator("ptr")
lvgl_ns = cg.esphome_ns.namespace("lvgl")