1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00

Add myself to multiple bluetooth codeowners (#10083)

This commit is contained in:
J. Nick Koston
2025-08-04 23:00:04 -10:00
committed by GitHub
parent 49a46883ed
commit 58a088e06b
5 changed files with 8 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ from esphome.core.config import CONF_NAME_ADD_MAC_SUFFIX
import esphome.final_validate as fv
DEPENDENCIES = ["esp32"]
CODEOWNERS = ["@jesserockz", "@Rapsssito"]
CODEOWNERS = ["@jesserockz", "@Rapsssito", "@bdraco"]
class BTLoggers(Enum):