Define dependencies vs. auto load

This commit is contained in:
Sebastian Muszynski
2023-03-29 09:56:43 +02:00
parent dc148e2566
commit 5b26ecb42c

View File

@@ -3,8 +3,10 @@ import esphome.config_validation as cv
from esphome.components import uart
from esphome.const import CONF_ID, CONF_THROTTLE
DEPENDENCIES = ["uart", "binary_sensor", "sensor", "text_sensor"]
CODEOWNERS = ["@syssi"]
DEPENDENCIES = ["uart"]
AUTO_LOAD = ["binary_sensor", "sensor", "text_sensor"]
MULTI_CONF = True
CONF_VOTRONIC_ID = "votronic_id"