Removing self from SQL sensor CODEOWNERS (#92250)

This commit is contained in:
Diogo Gomes
2023-04-29 17:27:39 +01:00
committed by GitHub
parent 37723792c7
commit a48a07bd8d
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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