Add CODEOWNERS mechanism (#1199)

This commit is contained in:
Otto Winter
2020-07-25 15:57:18 +02:00
committed by GitHub
parent 5887fe8302
commit 4996967c79
48 changed files with 195 additions and 8 deletions
+2
View File
@@ -7,6 +7,8 @@ from esphome.const import CONF_ID, CONF_INVERTED, CONF_LEVEL, CONF_MAX_POWER, \
CONF_MIN_POWER, CONF_POWER_SUPPLY
from esphome.core import CORE, coroutine
CODEOWNERS = ['@esphome/core']
IS_PLATFORM_COMPONENT = True
BINARY_OUTPUT_SCHEMA = cv.Schema({