[rtttl] add new codeowner (#14440)

This commit is contained in:
Thomas Rupprecht
2026-03-03 21:55:56 +01:00
committed by GitHub
parent 380c0db020
commit 96793a99ce
2 changed files with 2 additions and 2 deletions

View File

@@ -412,7 +412,7 @@ esphome/components/rp2040_pio_led_strip/* @Papa-DMan
esphome/components/rp2040_pwm/* @jesserockz
esphome/components/rpi_dpi_rgb/* @clydebarrow
esphome/components/rtl87xx/* @kuba2k2
esphome/components/rtttl/* @glmnet
esphome/components/rtttl/* @glmnet @ximex
esphome/components/runtime_image/* @clydebarrow @guillempages @kahrendt
esphome/components/runtime_stats/* @bdraco
esphome/components/rx8130/* @beormund

View File

@@ -17,7 +17,7 @@ import esphome.final_validate as fv
_LOGGER = logging.getLogger(__name__)
CODEOWNERS = ["@glmnet"]
CODEOWNERS = ["@glmnet", "@ximex"]
CONF_RTTTL = "rtttl"
CONF_ON_FINISHED_PLAYBACK = "on_finished_playback"