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

Update __init__.py

remove CODEOWNERS
This commit is contained in:
Iron Man 2024-04-25 17:25:51 +02:00 committed by GitHub
parent 9bfe338a47
commit f4474ab4ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,6 @@ 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"]