mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Adding myself as codeowner to QNAP (#93915)
* Adding codeowner and integration_type * Update CODEOWNERS * Update sorting * Update integrations.json
This commit is contained in:
parent
677dd5b1fd
commit
6c7d922def
@ -963,6 +963,7 @@ build.json @home-assistant/supervisor
|
|||||||
/tests/components/qingping/ @bdraco @skgsergio
|
/tests/components/qingping/ @bdraco @skgsergio
|
||||||
/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_qsw/ @Noltari
|
/homeassistant/components/qnap_qsw/ @Noltari
|
||||||
/tests/components/qnap_qsw/ @Noltari
|
/tests/components/qnap_qsw/ @Noltari
|
||||||
/homeassistant/components/quantum_gateway/ @cisasteelersfan
|
/homeassistant/components/quantum_gateway/ @cisasteelersfan
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"domain": "qnap",
|
"domain": "qnap",
|
||||||
"name": "QNAP",
|
"name": "QNAP",
|
||||||
"codeowners": [],
|
"codeowners": ["@disforw"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/qnap",
|
"documentation": "https://www.home-assistant.io/integrations/qnap",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["qnapstats"],
|
"loggers": ["qnapstats"],
|
||||||
"requirements": ["qnapstats==0.4.0"]
|
"requirements": ["qnapstats==0.4.0"]
|
||||||
|
@ -4386,7 +4386,7 @@
|
|||||||
"name": "QNAP",
|
"name": "QNAP",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"qnap": {
|
"qnap": {
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"name": "QNAP"
|
"name": "QNAP"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user