This commit is contained in:
Daniël Koek 2024-03-25 12:17:05 +00:00
parent 64c09811df
commit 8a64c11f84

View file

@ -9,6 +9,7 @@ from esphome.const import (
CONF_ID,
ENTITY_CATEGORY_NONE,
)
from . import gpio # noqa
DEPENDENCIES = ["uart"]
AUTO_LOAD = ["uart", "sensor", "text_sensor"]