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",