1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 16:25:50 +00: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

@@ -36,6 +36,7 @@ from esphome.types import ConfigType
AUTO_LOAD = ["esp32_ble"]
DEPENDENCIES = ["esp32"]
CODEOWNERS = ["@bdraco"]
KEY_ESP32_BLE_TRACKER = "esp32_ble_tracker"
KEY_USED_CONNECTION_SLOTS = "used_connection_slots"