Update CODEOWNERS

This commit is contained in:
Petapton 2023-12-17 18:20:12 +00:00
parent 0ba3788323
commit 773e8fa1fa
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
CODEOWNERS = ["@Petapton"]

View File

@ -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")