mirror of
https://github.com/esphome/esphome.git
synced 2025-01-10 14:43:17 +01:00
Add codeowners
This commit is contained in:
parent
b65cc21212
commit
bd2be46ca9
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue