Remove system marker from Supervisor integration (#79997)
This commit is contained in:
parent
881c2a4956
commit
907af7ffe4
2 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,5 @@
|
|||
"after_dependencies": ["panel_custom"],
|
||||
"codeowners": ["@home-assistant/supervisor"],
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "internal",
|
||||
"integration_type": "system"
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
|
|
@ -1700,6 +1700,11 @@
|
|||
"iot_class": "local_polling",
|
||||
"name": "Harman Kardon AVR"
|
||||
},
|
||||
"hassio": {
|
||||
"config_flow": false,
|
||||
"iot_class": "local_polling",
|
||||
"name": "Home Assistant Supervisor"
|
||||
},
|
||||
"haveibeenpwned": {
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_polling",
|
||||
|
|
Loading…
Add table
Reference in a new issue