1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +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

@@ -4,6 +4,7 @@ from esphome import automation
from esphome.components import time
from esphome.const import CONF_TIME_ID, CONF_ID, CONF_TRIGGER_ID
CODEOWNERS = ['@OttoWinter']
sun_ns = cg.esphome_ns.namespace('sun')
Sun = sun_ns.class_('Sun')