mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add new codeowners (#1335)
* Add codeowner for tmp102 * Add codeowner for mcp9808
This commit is contained in:
		| @@ -38,6 +38,7 @@ esphome/components/json/* @OttoWinter | |||||||
| esphome/components/ledc/* @OttoWinter | esphome/components/ledc/* @OttoWinter | ||||||
| esphome/components/light/* @esphome/core | esphome/components/light/* @esphome/core | ||||||
| esphome/components/logger/* @esphome/core | esphome/components/logger/* @esphome/core | ||||||
|  | esphome/components/mcp9808/* @k7hpn | ||||||
| esphome/components/network/* @esphome/core | esphome/components/network/* @esphome/core | ||||||
| esphome/components/ota/* @esphome/core | esphome/components/ota/* @esphome/core | ||||||
| esphome/components/output/* @esphome/core | esphome/components/output/* @esphome/core | ||||||
| @@ -59,6 +60,7 @@ esphome/components/switch/* @esphome/core | |||||||
| esphome/components/tcl112/* @glmnet | esphome/components/tcl112/* @glmnet | ||||||
| esphome/components/time/* @OttoWinter | esphome/components/time/* @OttoWinter | ||||||
| esphome/components/tm1637/* @glmnet | esphome/components/tm1637/* @glmnet | ||||||
|  | esphome/components/tmp102/* @timsavage | ||||||
| esphome/components/tuya/binary_sensor/* @jesserockz | esphome/components/tuya/binary_sensor/* @jesserockz | ||||||
| esphome/components/tuya/climate/* @jesserockz | esphome/components/tuya/climate/* @jesserockz | ||||||
| esphome/components/tuya/sensor/* @jesserockz | esphome/components/tuya/sensor/* @jesserockz | ||||||
|   | |||||||
| @@ -3,6 +3,7 @@ import esphome.config_validation as cv | |||||||
| from esphome.components import i2c, sensor | from esphome.components import i2c, sensor | ||||||
| from esphome.const import CONF_ID, ICON_THERMOMETER, UNIT_CELSIUS | from esphome.const import CONF_ID, ICON_THERMOMETER, UNIT_CELSIUS | ||||||
|  |  | ||||||
|  | CODEOWNERS = ['@k7hpn'] | ||||||
| DEPENDENCIES = ['i2c'] | DEPENDENCIES = ['i2c'] | ||||||
|  |  | ||||||
| mcp9808_ns = cg.esphome_ns.namespace('mcp9808') | mcp9808_ns = cg.esphome_ns.namespace('mcp9808') | ||||||
|   | |||||||
| @@ -12,6 +12,7 @@ import esphome.config_validation as cv | |||||||
| from esphome.components import i2c, sensor | from esphome.components import i2c, sensor | ||||||
| from esphome.const import CONF_ID, UNIT_CELSIUS, ICON_THERMOMETER | from esphome.const import CONF_ID, UNIT_CELSIUS, ICON_THERMOMETER | ||||||
|  |  | ||||||
|  | CODEOWNERS = ['@timsavage'] | ||||||
| DEPENDENCIES = ['i2c'] | DEPENDENCIES = ['i2c'] | ||||||
|  |  | ||||||
| tmp102_ns = cg.esphome_ns.namespace('tmp102') | tmp102_ns = cg.esphome_ns.namespace('tmp102') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user