1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

Update __init__.py

add CODEOWNERS
This commit is contained in:
Iron Man 2024-04-25 16:55:19 +02:00 committed by GitHub
parent 80d133301a
commit 9bfe338a47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ from esphome import pins
from esphome.const import CONF_ID, CONF_SLEEP_PIN, CONF_TYPE from esphome.const import CONF_ID, CONF_SLEEP_PIN, CONF_TYPE
from esphome.components import i2c from esphome.components import i2c
CODEOWNERS = ["@alainstark"]
MULTI_CONF = True MULTI_CONF = True
AUTO_LOAD = ["sensor"] AUTO_LOAD = ["sensor"]
DEPENDENCIES = ["i2c"] DEPENDENCIES = ["i2c"]