mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Removing self from SQL sensor CODEOWNERS (#92250)
This commit is contained in:
parent
37723792c7
commit
a48a07bd8d
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user