mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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
|
||||
/homeassistant/components/qld_bushfire/ @exxamalte
|
||||
/tests/components/qld_bushfire/ @exxamalte
|
||||
/homeassistant/components/qnap/ @disforw
|
||||
/homeassistant/components/qnap_qsw/ @Noltari
|
||||
/tests/components/qnap_qsw/ @Noltari
|
||||
/homeassistant/components/quantum_gateway/ @cisasteelersfan
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"domain": "qnap",
|
||||
"name": "QNAP",
|
||||
"codeowners": [],
|
||||
"codeowners": ["@disforw"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/qnap",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["qnapstats"],
|
||||
"requirements": ["qnapstats==0.4.0"]
|
||||
|
@ -4386,7 +4386,7 @@
|
||||
"name": "QNAP",
|
||||
"integrations": {
|
||||
"qnap": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": false,
|
||||
"iot_class": "local_polling",
|
||||
"name": "QNAP"
|
||||
|
Loading…
x
Reference in New Issue
Block a user