Codeowners

This commit is contained in:
Jesse Hills 2023-08-23 14:31:04 +12:00
parent 3635179564
commit 6c1c200cf9
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A
4 changed files with 3 additions and 3 deletions

View file

@ -93,6 +93,7 @@ esphome/components/esp32_can/* @Sympatron
esphome/components/esp32_improv/* @jesserockz
esphome/components/esp32_rmt_led_strip/* @jesserockz
esphome/components/esp8266/* @esphome/core
esphome/components/esp_adf/* @jesserockz
esphome/components/ethernet_info/* @gtjadsonsantos
esphome/components/exposure_notifications/* @OttoWinter
esphome/components/ezo/* @ssieb

View file

@ -5,7 +5,8 @@ from esphome.components import esp32
from esphome.const import CONF_ID
# CONFLICTS_WITH = ["i2s_audio"]
CONFLICTS_WITH = ["i2s_audio"]
CODEOWNERS = ["@jesserockz"]
DEPENDENCIES = ["esp32"]
CONF_ESP_ADF_ID = "esp_adf_id"

View file

@ -6,7 +6,6 @@ from esphome.const import CONF_ID
from .. import CONF_ESP_ADF_ID, ESPADF, ESPADFPipeline, esp_adf_ns
AUTO_LOAD = ["esp_adf"]
CODEOWNERS = ["@jesserockz"]
DEPENDENCIES = ["esp32"]
ESPADFMicrophone = esp_adf_ns.class_(

View file

@ -6,7 +6,6 @@ from esphome.const import CONF_ID
from .. import CONF_ESP_ADF_ID, ESPADF, ESPADFPipeline, esp_adf_ns
AUTO_LOAD = ["esp_adf"]
CODEOWNERS = ["@jesserockz"]
DEPENDENCIES = ["esp32"]
ESPADFSpeaker = esp_adf_ns.class_(