diff --git a/CODEOWNERS b/CODEOWNERS index eaf1ba3662c..e1e1d7282d3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -19,6 +19,8 @@ build.json @home-assistant/supervisor # Other code /homeassistant/scripts/check_config.py @kellerza +/homeassistant/const.py @epenet +/homeassistant/util/ @epenet # Integrations /homeassistant/components/abode/ @shred86 diff --git a/script/hassfest/codeowners.py b/script/hassfest/codeowners.py index 43695a39ad4..0cc58012162 100644 --- a/script/hassfest/codeowners.py +++ b/script/hassfest/codeowners.py @@ -25,6 +25,8 @@ build.json @home-assistant/supervisor # Other code /homeassistant/scripts/check_config.py @kellerza +/homeassistant/const.py @epenet +/homeassistant/util/ @epenet # Integrations """.strip()