mirror of
https://github.com/esphome/esphome.git
synced 2025-09-10 07:12:21 +01:00
Add CODEOWNERS mechanism (#1199)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
import esphome.codegen as cg
|
||||
from esphome.core import CORE, coroutine_with_priority
|
||||
|
||||
CODEOWNERS = ['@OttoWinter']
|
||||
|
||||
|
||||
@coroutine_with_priority(200.0)
|
||||
def to_code(config):
|
||||
|
Reference in New Issue
Block a user