1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-22 19:53:46 +01:00

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')