mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
add CODEOWNERS
This commit is contained in:
parent
8a7e244847
commit
895f93fb1e
2 changed files with 3 additions and 0 deletions
|
@ -266,6 +266,7 @@ esphome/components/modbus_controller/select/* @martgras @stegm
|
|||
esphome/components/modbus_controller/sensor/* @martgras
|
||||
esphome/components/modbus_controller/switch/* @martgras
|
||||
esphome/components/modbus_controller/text_sensor/* @martgras
|
||||
esphome/components/modem/* @CCChelios
|
||||
esphome/components/mopeka_ble/* @Fabian-Schmidt @spbrogan
|
||||
esphome/components/mopeka_pro_check/* @spbrogan
|
||||
esphome/components/mopeka_std_check/* @Fabian-Schmidt
|
||||
|
|
|
@ -15,6 +15,8 @@ from esphome.const import (
|
|||
)
|
||||
from esphome.core import CORE, coroutine_with_priority
|
||||
|
||||
CODEOWNERS = ["@CCChelios"]
|
||||
|
||||
CONFLICTS_WITH = ["wifi", "ethernet"]
|
||||
DEPENDENCIES = ["esp32"]
|
||||
AUTO_LOAD = ["network"]
|
||||
|
|
Loading…
Reference in a new issue