1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 22:22:22 +01:00

Allow multiple configs for cd74hc4067 (#3085)

This commit is contained in:
Jesse Hills
2022-01-22 19:33:15 +13:00
committed by GitHub
parent ef88f9923f
commit 338ada5c9f

View File

@@ -6,8 +6,9 @@ from esphome.const import (
CONF_ID,
)
CODEOWNERS = ["@asoehlke"]
AUTO_LOAD = ["sensor", "voltage_sampler"]
CODEOWNERS = ["@asoehlke"]
MULTI_CONF = True
cd74hc4067_ns = cg.esphome_ns.namespace("cd74hc4067")