mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	add codeowners (#4875)
This commit is contained in:
		| @@ -107,6 +107,7 @@ esphome/components/hbridge/fan/* @WeekendWarrior | ||||
| esphome/components/hbridge/light/* @DotNetDann | ||||
| esphome/components/heatpumpir/* @rob-deutsch | ||||
| esphome/components/hitachi_ac424/* @sourabhjaiswal | ||||
| esphome/components/hm3301/* @freekode | ||||
| esphome/components/homeassistant/* @OttoWinter | ||||
| esphome/components/honeywellabp/* @RubyBailey | ||||
| esphome/components/host/* @esphome/core | ||||
| @@ -282,6 +283,7 @@ esphome/components/tlc5947/* @rnauber | ||||
| esphome/components/tm1621/* @Philippe12 | ||||
| esphome/components/tm1637/* @glmnet | ||||
| esphome/components/tm1638/* @skykingjwc | ||||
| esphome/components/tm1651/* @freekode | ||||
| esphome/components/tmp102/* @timsavage | ||||
| esphome/components/tmp117/* @Azimath | ||||
| esphome/components/tof10120/* @wstrzalka | ||||
|   | ||||
| @@ -16,6 +16,7 @@ from esphome.const import ( | ||||
| ) | ||||
|  | ||||
| DEPENDENCIES = ["i2c"] | ||||
| CODEOWNERS = ["@freekode"] | ||||
|  | ||||
| hm3301_ns = cg.esphome_ns.namespace("hm3301") | ||||
| HM3301Component = hm3301_ns.class_( | ||||
|   | ||||
| @@ -10,6 +10,8 @@ from esphome.const import ( | ||||
|     CONF_BRIGHTNESS, | ||||
| ) | ||||
|  | ||||
| CODEOWNERS = ["@freekode"] | ||||
|  | ||||
| tm1651_ns = cg.esphome_ns.namespace("tm1651") | ||||
| TM1651Display = tm1651_ns.class_("TM1651Display", cg.Component) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user