1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-19 03:32:20 +01:00

Add @jesserockz to codeowners (#1202)

Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
Jesse Hills
2020-07-27 00:33:16 +12:00
committed by GitHub
parent abc83f6cb0
commit 25ad33a377
8 changed files with 53 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ from esphome.components import sensor, voltage_sampler
from esphome.const import CONF_SENSOR, CONF_ID, ICON_FLASH, UNIT_AMPERE
AUTO_LOAD = ['voltage_sampler']
CODEOWNERS = ['@jesserockz']
CONF_SAMPLE_DURATION = 'sample_duration'