AUTO_LOAD = ["sensor"]

This commit is contained in:
Gábor Poczkodi 2024-10-19 22:16:08 +02:00
parent 77c95c1aa6
commit 91bbf0e69f

View file

@ -16,7 +16,7 @@ from esphome.const import (
CODEOWNERS = ["@gabest11"]
DEPENDENCIES = ["i2c"]
AUTO_LOAD = ["binary_sensor", "number", "switch", "select", "text"]
AUTO_LOAD = ["sensor", "binary_sensor", "number", "switch", "select", "text"]
MULTI_CONF = True
UNIT_MEGA_HERTZ = "MHz"