mirror of
https://github.com/esphome/esphome.git
synced 2024-12-01 13:13:54 +01:00
Added CODEOWNERS for new component
This commit is contained in:
parent
112439b485
commit
7a89fbc1c3
@ -180,6 +180,7 @@ esphome/components/nextion/switch/* @senexcrenshaw
|
|||||||
esphome/components/nextion/text_sensor/* @senexcrenshaw
|
esphome/components/nextion/text_sensor/* @senexcrenshaw
|
||||||
esphome/components/nfc/* @jesserockz
|
esphome/components/nfc/* @jesserockz
|
||||||
esphome/components/number/* @esphome/core
|
esphome/components/number/* @esphome/core
|
||||||
|
esphome/components/optolink/* @j0ta29
|
||||||
esphome/components/ota/* @esphome/core
|
esphome/components/ota/* @esphome/core
|
||||||
esphome/components/output/* @esphome/core
|
esphome/components/output/* @esphome/core
|
||||||
esphome/components/pca9554/* @hwstar
|
esphome/components/pca9554/* @hwstar
|
||||||
|
@ -12,6 +12,7 @@ from esphome.const import (
|
|||||||
)
|
)
|
||||||
from esphome.core import CORE
|
from esphome.core import CORE
|
||||||
|
|
||||||
|
CODEOWNERS = ["@j0ta29"]
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = []
|
||||||
AUTO_LOAD = ["sensor", "binary_sensor", "text_sensor", "number", "select", "switch"]
|
AUTO_LOAD = ["sensor", "binary_sensor", "text_sensor", "number", "select", "switch"]
|
||||||
MULTI_CONF = False
|
MULTI_CONF = False
|
||||||
|
Loading…
Reference in New Issue
Block a user