mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Added a codeowner too
This commit is contained in:
parent
7cb40a0a71
commit
441f19bae5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import esphome.codegen as cg
|
||||||
import esphome.config_validation as cv
|
import esphome.config_validation as cv
|
||||||
from esphome.const import CONF_ID
|
from esphome.const import CONF_ID
|
||||||
|
|
||||||
|
CODEOWNERS = ["@jzucker2"]
|
||||||
DEPENDENCIES = ["network"]
|
DEPENDENCIES = ["network"]
|
||||||
|
|
||||||
loki_component_ns = cg.esphome_ns.namespace("loki")
|
loki_component_ns = cg.esphome_ns.namespace("loki")
|
||||||
|
|
Loading…
Reference in a new issue