AUTO_LOAD = ["binary_sensor"]

This commit is contained in:
Gábor Poczkodi 2024-10-20 00:25:03 +02:00
parent 9ca2b09b3a
commit 2b286e7ad2

View file

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