From a48a07bd8de3d21890ab1c14b7a3024bea0d2bbb Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Sat, 29 Apr 2023 17:27:39 +0100 Subject: [PATCH] Removing self from SQL sensor CODEOWNERS (#92250) --- CODEOWNERS | 4 ++-- homeassistant/components/sql/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e426d5f98b5..6d9de8f19e3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1144,8 +1144,8 @@ build.json @home-assistant/supervisor /homeassistant/components/splunk/ @Bre77 /homeassistant/components/spotify/ @frenck /tests/components/spotify/ @frenck -/homeassistant/components/sql/ @dgomes @gjohansson-ST @dougiteixeira -/tests/components/sql/ @dgomes @gjohansson-ST @dougiteixeira +/homeassistant/components/sql/ @gjohansson-ST @dougiteixeira +/tests/components/sql/ @gjohansson-ST @dougiteixeira /homeassistant/components/squeezebox/ @rajlaud /tests/components/squeezebox/ @rajlaud /homeassistant/components/srp_energy/ @briglx diff --git a/homeassistant/components/sql/manifest.json b/homeassistant/components/sql/manifest.json index af8394e2ad7..0dfbc0c5393 100644 --- a/homeassistant/components/sql/manifest.json +++ b/homeassistant/components/sql/manifest.json @@ -1,7 +1,7 @@ { "domain": "sql", "name": "SQL", - "codeowners": ["@dgomes", "@gjohansson-ST", "@dougiteixeira"], + "codeowners": ["@gjohansson-ST", "@dougiteixeira"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sql", "iot_class": "local_polling",