From 11351500ea9fbdbedc219f1fff864cd09e44f716 Mon Sep 17 00:00:00 2001 From: Magnus Nordseth Date: Wed, 25 Mar 2026 00:20:01 +0100 Subject: [PATCH] Update Touchline codeowner (#166420) --- CODEOWNERS | 2 ++ homeassistant/components/touchline/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",