Remove system marker from Supervisor integration (#79997)

This commit is contained in:
Franck Nijhof
2022-10-10 11:05:28 +02:00
parent 18caf0ad7d
commit 06bb3e8f12
2 changed files with 6 additions and 2 deletions

View File

@@ -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"
}

View File

@@ -1690,6 +1690,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",