add codeowners (#4875)

This commit is contained in:
Evgeny
2023-05-23 00:28:35 +02:00
committed by GitHub
parent ed8aec62fc
commit 28b5c535ec
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -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)