1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

allow multiple emc2101 (#6272)

This commit is contained in:
Samuel Sieb
2024-02-22 18:17:10 -08:00
committed by GitHub
parent a748610071
commit 15af08f6b7

View File

@@ -7,6 +7,8 @@ CODEOWNERS = ["@ellull"]
DEPENDENCIES = ["i2c"]
MULTI_CONF = True
CONF_PWM = "pwm"
CONF_DIVIDER = "divider"
CONF_DAC = "dac"