mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
add CODEOWNER
This commit is contained in:
parent
50054aecc2
commit
3b7072df6a
2 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,7 @@ esphome/components/dps310/* @kbx81
|
|||
esphome/components/ds1307/* @badbadc0ffee
|
||||
esphome/components/dsmr/* @glmnet @zuidwijk
|
||||
esphome/components/duty_time/* @dudanov
|
||||
esphome/components/ebus/* @guidoschreuder
|
||||
esphome/components/ee895/* @Stock-M
|
||||
esphome/components/ektf2232/touchscreen/* @jesserockz
|
||||
esphome/components/emc2101/* @ellull
|
||||
|
|
|
@ -8,6 +8,8 @@ from esphome.const import (
|
|||
CONF_RX_PIN,
|
||||
)
|
||||
|
||||
CODEOWNERS = ["@guidoschreuder"]
|
||||
|
||||
ebus_ns = cg.esphome_ns.namespace("ebus")
|
||||
|
||||
CONF_EBUS_ID = "ebus_id"
|
||||
|
|
Loading…
Reference in a new issue