1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-13 15:23:49 +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

@@ -2,7 +2,7 @@ import esphome.codegen as cg
from esphome.components import esp32_ble_tracker
AUTO_LOAD = ["esp32_ble_tracker"]
CODEOWNERS = ["@jesserockz"]
CODEOWNERS = ["@jesserockz", "@bdraco"]
DEPENDENCIES = ["esp32"]
esp32_ble_client_ns = cg.esphome_ns.namespace("esp32_ble_client")