mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Removing self from SQL sensor CODEOWNERS (#92250)
This commit is contained in:
@ -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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user