From a9d45d656d057ce91d19ab268f7d1296aed367ae Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 3 Jun 2022 03:49:17 -1000 Subject: [PATCH] Add to codeowners for logbook so I get notifications (#72964) - Adding explictly will get through my filters and I want to watch this one for at least this release --- CODEOWNERS | 4 ++-- homeassistant/components/logbook/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index db9c0ff69d8..fe8ce9a46ad 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 -/tests/components/logbook/ @home-assistant/core +/homeassistant/components/logbook/ @home-assistant/core @bdraco +/tests/components/logbook/ @home-assistant/core @bdraco /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 66c0348a2ac..26a45e74439 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"], + "codeowners": ["@home-assistant/core", "@bdraco"], "quality_scale": "internal" }