Remove AUTO_LOAD from apds9960 (#4746)

This commit is contained in:
Jesse Hills
2023-05-11 11:33:59 +12:00
committed by GitHub
parent 75d0514d05
commit ed024a0aa5
5 changed files with 79 additions and 57 deletions
-1
View File
@@ -4,7 +4,6 @@ from esphome.components import i2c
from esphome.const import CONF_ID
DEPENDENCIES = ["i2c"]
AUTO_LOAD = ["sensor", "binary_sensor"]
MULTI_CONF = True
CONF_APDS9960_ID = "apds9960_id"