1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

add CODEOWNER for new ezo component (#1379)

Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
Samuel Sieb
2020-11-17 18:57:25 -08:00
committed by GitHub
parent a9a00f139b
commit 6ed3da33a2
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ import esphome.config_validation as cv
from esphome.components import i2c, sensor
from esphome.const import CONF_ID
CODEOWNERS = ['@ssieb']
DEPENDENCIES = ['i2c']
ezo_ns = cg.esphome_ns.namespace('ezo')