Add new codeowners (#1335)

* Add codeowner for tmp102

* Add codeowner for mcp9808
This commit is contained in:
Jesse Hills
2020-10-28 06:56:41 +13:00
committed by GitHub
parent 59cdc32970
commit 22e1758d5b
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ import esphome.config_validation as cv
from esphome.components import i2c, sensor
from esphome.const import CONF_ID, UNIT_CELSIUS, ICON_THERMOMETER
CODEOWNERS = ['@timsavage']
DEPENDENCIES = ['i2c']
tmp102_ns = cg.esphome_ns.namespace('tmp102')