diff --git a/esphome/components/ds248x/__init__.py b/esphome/components/ds248x/__init__.py index d04ab9d2b6..d53b03eb99 100644 --- a/esphome/components/ds248x/__init__.py +++ b/esphome/components/ds248x/__init__.py @@ -4,6 +4,8 @@ from esphome import pins from esphome.const import CONF_ID, CONF_SLEEP_PIN, CONF_TYPE from esphome.components import i2c +CODEOWNERS = ["@alainstark"] + MULTI_CONF = True AUTO_LOAD = ["sensor"] DEPENDENCIES = ["i2c"]