From b2400708acaeb96452b03e0602c3e505d4bf8bd2 Mon Sep 17 00:00:00 2001 From: David Recordon Date: Sat, 13 Dec 2025 13:15:35 -0800 Subject: [PATCH] Add myself as a maintainer for Control4 (#158948) --- CODEOWNERS | 4 ++-- homeassistant/components/control4/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index ca381cd4907..093fe2f0e68 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -308,8 +308,8 @@ build.json @home-assistant/supervisor /tests/components/config/ @home-assistant/core /homeassistant/components/configurator/ @home-assistant/core /tests/components/configurator/ @home-assistant/core -/homeassistant/components/control4/ @lawtancool -/tests/components/control4/ @lawtancool +/homeassistant/components/control4/ @lawtancool @davidrecordon +/tests/components/control4/ @lawtancool @davidrecordon /homeassistant/components/conversation/ @home-assistant/core @synesthesiam @arturpragacz /tests/components/conversation/ @home-assistant/core @synesthesiam @arturpragacz /homeassistant/components/cookidoo/ @miaucl diff --git a/homeassistant/components/control4/manifest.json b/homeassistant/components/control4/manifest.json index 4847cd6b480..685ae8bf05a 100644 --- a/homeassistant/components/control4/manifest.json +++ b/homeassistant/components/control4/manifest.json @@ -1,7 +1,7 @@ { "domain": "control4", "name": "Control4", - "codeowners": ["@lawtancool"], + "codeowners": ["@lawtancool", "@davidrecordon"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/control4", "integration_type": "hub",