mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 12:15:33 +01:00
Allow multiple configs for cd74hc4067 (#3085)
This commit is contained in:
parent
ef88f9923f
commit
338ada5c9f
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user