mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Allow multiple configs for cd74hc4067 (#3085)
This commit is contained in:
parent
ef88f9923f
commit
338ada5c9f
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ from esphome.const import (
|
||||||
CONF_ID,
|
CONF_ID,
|
||||||
)
|
)
|
||||||
|
|
||||||
CODEOWNERS = ["@asoehlke"]
|
|
||||||
AUTO_LOAD = ["sensor", "voltage_sampler"]
|
AUTO_LOAD = ["sensor", "voltage_sampler"]
|
||||||
|
CODEOWNERS = ["@asoehlke"]
|
||||||
|
MULTI_CONF = True
|
||||||
|
|
||||||
cd74hc4067_ns = cg.esphome_ns.namespace("cd74hc4067")
|
cd74hc4067_ns = cg.esphome_ns.namespace("cd74hc4067")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue