mirror of
https://github.com/esphome/esphome.git
synced 2024-12-03 13:34:01 +01:00
Update CODEOWNERS
This commit is contained in:
parent
0ba3788323
commit
773e8fa1fa
@ -172,6 +172,7 @@ esphome/components/lilygo_t5_47/touchscreen/* @jesserockz
|
||||
esphome/components/lock/* @esphome/core
|
||||
esphome/components/logger/* @esphome/core
|
||||
esphome/components/ltr390/* @sjtrny
|
||||
esphome/components/madoka/* @Petapton
|
||||
esphome/components/matrix_keypad/* @ssieb
|
||||
esphome/components/max31865/* @DAVe3283
|
||||
esphome/components/max44009/* @berfenger
|
||||
|
@ -0,0 +1 @@
|
||||
CODEOWNERS = ["@Petapton"]
|
@ -3,7 +3,7 @@ import esphome.config_validation as cv
|
||||
from esphome.components import climate, ble_client
|
||||
from esphome.const import CONF_ID
|
||||
|
||||
CODEOWNERS = ["@petapton"]
|
||||
CODEOWNERS = ["@Petapton"]
|
||||
DEPENDENCIES = ["ble_client"]
|
||||
|
||||
madoka_ns = cg.esphome_ns.namespace("madoka")
|
||||
|
Loading…
Reference in New Issue
Block a user