Remove system marker from Supervisor integration (#79997)

This commit is contained in:
Franck Nijhof 2022-10-10 11:05:28 +02:00 committed by GitHub
parent 881c2a4956
commit 907af7ffe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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