From fcd885954250e9e3589290fafbc429859d177fa5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 19 Jun 2022 21:24:42 -0500 Subject: [PATCH] Remove self from logbook codeowners (#73724) --- CODEOWNERS | 4 ++-- homeassistant/components/logbook/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d94e8866633..183430eb646 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -582,8 +582,8 @@ build.json @home-assistant/supervisor /tests/components/local_ip/ @issacg /homeassistant/components/lock/ @home-assistant/core /tests/components/lock/ @home-assistant/core -/homeassistant/components/logbook/ @home-assistant/core @bdraco -/tests/components/logbook/ @home-assistant/core @bdraco +/homeassistant/components/logbook/ @home-assistant/core +/tests/components/logbook/ @home-assistant/core /homeassistant/components/logger/ @home-assistant/core /tests/components/logger/ @home-assistant/core /homeassistant/components/logi_circle/ @evanjd diff --git a/homeassistant/components/logbook/manifest.json b/homeassistant/components/logbook/manifest.json index 26a45e74439..66c0348a2ac 100644 --- a/homeassistant/components/logbook/manifest.json +++ b/homeassistant/components/logbook/manifest.json @@ -3,6 +3,6 @@ "name": "Logbook", "documentation": "https://www.home-assistant.io/integrations/logbook", "dependencies": ["frontend", "http", "recorder"], - "codeowners": ["@home-assistant/core", "@bdraco"], + "codeowners": ["@home-assistant/core"], "quality_scale": "internal" }