Rework tlc5947 to remove AUTO_LOAD (#6503)

This commit is contained in:
Jesse Hills
2024-04-09 15:51:54 +12:00
committed by GitHub
parent c66b2c52c1
commit 12aa272234
13 changed files with 107 additions and 35 deletions
-1
View File
@@ -14,7 +14,6 @@ from esphome.const import (
CONF_LAT_PIN = "lat_pin"
CONF_OE_PIN = "oe_pin"
AUTO_LOAD = ["output"]
CODEOWNERS = ["@rnauber"]
tlc5947_ns = cg.esphome_ns.namespace("tlc5947")