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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/splunk/ @Bre77
/homeassistant/components/spotify/ @frenck /homeassistant/components/spotify/ @frenck
/tests/components/spotify/ @frenck /tests/components/spotify/ @frenck
/homeassistant/components/sql/ @dgomes @gjohansson-ST @dougiteixeira /homeassistant/components/sql/ @gjohansson-ST @dougiteixeira
/tests/components/sql/ @dgomes @gjohansson-ST @dougiteixeira /tests/components/sql/ @gjohansson-ST @dougiteixeira
/homeassistant/components/squeezebox/ @rajlaud /homeassistant/components/squeezebox/ @rajlaud
/tests/components/squeezebox/ @rajlaud /tests/components/squeezebox/ @rajlaud
/homeassistant/components/srp_energy/ @briglx /homeassistant/components/srp_energy/ @briglx

View File

@ -1,7 +1,7 @@
{ {
"domain": "sql", "domain": "sql",
"name": "SQL", "name": "SQL",
"codeowners": ["@dgomes", "@gjohansson-ST", "@dougiteixeira"], "codeowners": ["@gjohansson-ST", "@dougiteixeira"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sql", "documentation": "https://www.home-assistant.io/integrations/sql",
"iot_class": "local_polling", "iot_class": "local_polling",