mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Remove @skgsergio from foscam and qingping codeowners (#115210)
This commit is contained in:
committed by
GitHub
parent
4e94f11665
commit
f114ebd79d
@ -458,8 +458,8 @@ build.json @home-assistant/supervisor
|
|||||||
/homeassistant/components/forked_daapd/ @uvjustin
|
/homeassistant/components/forked_daapd/ @uvjustin
|
||||||
/tests/components/forked_daapd/ @uvjustin
|
/tests/components/forked_daapd/ @uvjustin
|
||||||
/homeassistant/components/fortios/ @kimfrellsen
|
/homeassistant/components/fortios/ @kimfrellsen
|
||||||
/homeassistant/components/foscam/ @skgsergio @krmarien
|
/homeassistant/components/foscam/ @krmarien
|
||||||
/tests/components/foscam/ @skgsergio @krmarien
|
/tests/components/foscam/ @krmarien
|
||||||
/homeassistant/components/freebox/ @hacf-fr @Quentame
|
/homeassistant/components/freebox/ @hacf-fr @Quentame
|
||||||
/tests/components/freebox/ @hacf-fr @Quentame
|
/tests/components/freebox/ @hacf-fr @Quentame
|
||||||
/homeassistant/components/freedompro/ @stefano055415
|
/homeassistant/components/freedompro/ @stefano055415
|
||||||
@ -1079,8 +1079,8 @@ build.json @home-assistant/supervisor
|
|||||||
/tests/components/pvpc_hourly_pricing/ @azogue
|
/tests/components/pvpc_hourly_pricing/ @azogue
|
||||||
/homeassistant/components/qbittorrent/ @geoffreylagaisse @finder39
|
/homeassistant/components/qbittorrent/ @geoffreylagaisse @finder39
|
||||||
/tests/components/qbittorrent/ @geoffreylagaisse @finder39
|
/tests/components/qbittorrent/ @geoffreylagaisse @finder39
|
||||||
/homeassistant/components/qingping/ @bdraco @skgsergio
|
/homeassistant/components/qingping/ @bdraco
|
||||||
/tests/components/qingping/ @bdraco @skgsergio
|
/tests/components/qingping/ @bdraco
|
||||||
/homeassistant/components/qld_bushfire/ @exxamalte
|
/homeassistant/components/qld_bushfire/ @exxamalte
|
||||||
/tests/components/qld_bushfire/ @exxamalte
|
/tests/components/qld_bushfire/ @exxamalte
|
||||||
/homeassistant/components/qnap/ @disforw
|
/homeassistant/components/qnap/ @disforw
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "foscam",
|
"domain": "foscam",
|
||||||
"name": "Foscam",
|
"name": "Foscam",
|
||||||
"codeowners": ["@skgsergio", "@krmarien"],
|
"codeowners": ["@krmarien"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/foscam",
|
"documentation": "https://www.home-assistant.io/integrations/foscam",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"connectable": false
|
"connectable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codeowners": ["@bdraco", "@skgsergio"],
|
"codeowners": ["@bdraco"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/qingping",
|
"documentation": "https://www.home-assistant.io/integrations/qingping",
|
||||||
|
Reference in New Issue
Block a user