1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-19 16:25:50 +00:00

[bthome] Add CODEOWNERS entry (fix alphabetical fumble)

Add bthome component to CODEOWNERS file with @esphome/core ownership.

Fixed alphabetical ordering fumble: initially placed bthome between
bluetooth_proxy and bme280_base, but 'p' comes before 't' in the
alphabet, so bthome correctly belongs between bp5758d and button.
This commit is contained in:
Claude
2025-11-18 03:00:18 +00:00
parent 7878568260
commit 08f2976529

View File

@@ -88,6 +88,7 @@ esphome/components/bmp3xx_spi/* @latonita
esphome/components/bmp581/* @kahrendt esphome/components/bmp581/* @kahrendt
esphome/components/bp1658cj/* @Cossid esphome/components/bp1658cj/* @Cossid
esphome/components/bp5758d/* @Cossid esphome/components/bp5758d/* @Cossid
esphome/components/bthome/* @esphome/core
esphome/components/button/* @esphome/core esphome/components/button/* @esphome/core
esphome/components/bytebuffer/* @clydebarrow esphome/components/bytebuffer/* @clydebarrow
esphome/components/camera/* @bdraco @DT-art1 esphome/components/camera/* @bdraco @DT-art1