1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-28 13:43:54 +00:00

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

View File

@@ -7,6 +7,7 @@ from esphome.const import CONF_ICON, CONF_ID, CONF_INTERNAL, CONF_INVERTED, CONF
CONF_ON_TURN_ON, CONF_TRIGGER_ID, CONF_MQTT_ID, CONF_NAME
from esphome.core import CORE, coroutine, coroutine_with_priority
CODEOWNERS = ['@esphome/core']
IS_PLATFORM_COMPONENT = True
switch_ns = cg.esphome_ns.namespace('switch_')