mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Added CODEOWNERS for new component
This commit is contained in:
parent
112439b485
commit
7a89fbc1c3
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue