Set codeowner for the Duco component

This commit is contained in:
Pieter Kokx 2024-12-21 23:32:32 +01:00
parent 24bded90c1
commit a6fb4620b3
No known key found for this signature in database
GPG Key ID: BD73BAB527D54451
2 changed files with 6 additions and 0 deletions

View File

@ -121,6 +121,11 @@ esphome/components/display_menu_base/* @numo68
esphome/components/dps310/* @kbx81
esphome/components/ds1307/* @badbadc0ffee
esphome/components/dsmr/* @glmnet @zuidwijk
esphome/components/duco/* @kokx
esphome/components/duco/number/* @kokx
esphome/components/duco/select/* @kokx
esphome/components/duco/sensor/* @kokx
esphome/components/duco/text_sensor/* @kokx
esphome/components/duty_time/* @dudanov
esphome/components/ee895/* @Stock-M
esphome/components/ektf2232/touchscreen/* @jesserockz

View File

@ -5,6 +5,7 @@ from esphome.components import uart
import esphome.config_validation as cv
from esphome.const import CONF_DISABLE_CRC, CONF_ID
CODEOWNERS = ["@kokx"]
DEPENDENCIES = ["uart"]
duco_ns = cg.esphome_ns.namespace("duco")