Added CODEOWNERS for new component

This commit is contained in:
jota29 2023-03-11 07:03:50 +00:00 committed by j0ta29
parent 112439b485
commit 7a89fbc1c3
2 changed files with 2 additions and 0 deletions

View file

@ -180,6 +180,7 @@ esphome/components/nextion/switch/* @senexcrenshaw
esphome/components/nextion/text_sensor/* @senexcrenshaw
esphome/components/nfc/* @jesserockz
esphome/components/number/* @esphome/core
esphome/components/optolink/* @j0ta29
esphome/components/ota/* @esphome/core
esphome/components/output/* @esphome/core
esphome/components/pca9554/* @hwstar

View file

@ -12,6 +12,7 @@ from esphome.const import (
)
from esphome.core import CORE
CODEOWNERS = ["@j0ta29"]
DEPENDENCIES = []
AUTO_LOAD = ["sensor", "binary_sensor", "text_sensor", "number", "select", "switch"]
MULTI_CONF = False