mirror of
https://github.com/esphome/esphome.git
synced 2025-10-09 05:13:48 +01:00
Add CODEOWNERS mechanism (#1199)
This commit is contained in:
@@ -4,6 +4,7 @@ from esphome.components import light
|
||||
from esphome.const import CONF_OUTPUT_ID, CONF_NUM_LEDS, CONF_RGB_ORDER, CONF_MAX_REFRESH_RATE
|
||||
from esphome.core import coroutine
|
||||
|
||||
CODEOWNERS = ['@OttoWinter']
|
||||
fastled_base_ns = cg.esphome_ns.namespace('fastled_base')
|
||||
FastLEDLightOutput = fastled_base_ns.class_('FastLEDLightOutput', light.AddressableLight)
|
||||
|
||||
|
Reference in New Issue
Block a user