From f20e4b9df13275e6067f3308d6bfbefe985d5f35 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Tue, 19 Dec 2023 12:07:13 +0100 Subject: [PATCH] Add myself as code owner for rest_command (#106047) --- CODEOWNERS | 2 ++ homeassistant/components/rest_command/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index c282e00049f..9264561a0fc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1066,6 +1066,8 @@ build.json @home-assistant/supervisor /homeassistant/components/repairs/ @home-assistant/core /tests/components/repairs/ @home-assistant/core /homeassistant/components/repetier/ @ShadowBr0ther +/homeassistant/components/rest_command/ @jpbede +/tests/components/rest_command/ @jpbede /homeassistant/components/rflink/ @javicalle /tests/components/rflink/ @javicalle /homeassistant/components/rfxtrx/ @danielhiversen @elupus @RobBie1221 diff --git a/homeassistant/components/rest_command/manifest.json b/homeassistant/components/rest_command/manifest.json index f9acf3b5933..bd3b6070691 100644 --- a/homeassistant/components/rest_command/manifest.json +++ b/homeassistant/components/rest_command/manifest.json @@ -1,7 +1,7 @@ { "domain": "rest_command", "name": "RESTful Command", - "codeowners": [], + "codeowners": ["@jpbede"], "documentation": "https://www.home-assistant.io/integrations/rest_command", "iot_class": "local_push" }