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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")