1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-15 00:03:51 +01:00

[core] Update core component codeowners to `@esphome/core` (#10082)

This commit is contained in:
Jesse Hills
2025-08-05 18:24:24 +12:00
committed by GitHub
parent bc03538e25
commit 49a46883ed
8 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ from esphome.core import CORE, coroutine_with_priority
DOMAIN = "api"
DEPENDENCIES = ["network"]
AUTO_LOAD = ["socket"]
CODEOWNERS = ["@OttoWinter"]
CODEOWNERS = ["@esphome/core"]
api_ns = cg.esphome_ns.namespace("api")
APIServer = api_ns.class_("APIServer", cg.Component, cg.Controller)