Add codeowners

This commit is contained in:
Stephen Tierney 2021-02-07 11:13:21 +11:00 committed by steve
parent b65cc21212
commit bd2be46ca9

View file

@ -4,6 +4,7 @@ from esphome.components import i2c, sensor
from esphome.const import CONF_ID, CONF_GAIN, CONF_LIGHT, CONF_RESOLUTION, \
UNIT_LUX, ICON_BRIGHTNESS_5
CODEOWNERS = ['@sjtrny']
DEPENDENCIES = ['i2c']
ltr390_ns = cg.esphome_ns.namespace('ltr390')