diff --git a/CODEOWNERS b/CODEOWNERS index 34ddde61b3c..cabc4955952 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1762,6 +1762,8 @@ build.json @home-assistant/supervisor /tests/components/tomorrowio/ @raman325 @lymanepp /homeassistant/components/totalconnect/ @austinmroczek /tests/components/totalconnect/ @austinmroczek +/homeassistant/components/touchline/ @mnordseth +/tests/components/touchline/ @mnordseth /homeassistant/components/touchline_sl/ @jnsgruk /tests/components/touchline_sl/ @jnsgruk /homeassistant/components/tplink/ @rytilahti @bdraco @sdb9696 diff --git a/homeassistant/components/touchline/manifest.json b/homeassistant/components/touchline/manifest.json index 9ef8b67e0b1..a54232643a9 100644 --- a/homeassistant/components/touchline/manifest.json +++ b/homeassistant/components/touchline/manifest.json @@ -1,7 +1,7 @@ { "domain": "touchline", "name": "Roth Touchline", - "codeowners": [], + "codeowners": ["@mnordseth"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/touchline", "integration_type": "hub",