Mark custom panel integration as system type (#126883)

This commit is contained in:
Franck Nijhof 2024-09-27 10:26:19 +02:00
parent b079a94bef
commit 2749b1f057
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 1 additions and 5 deletions

View file

@ -4,5 +4,6 @@
"codeowners": ["@home-assistant/frontend"],
"dependencies": ["frontend"],
"documentation": "https://www.home-assistant.io/integrations/panel_custom",
"integration_type": "system",
"quality_scale": "internal"
}

View file

@ -4537,11 +4537,6 @@
"config_flow": false,
"iot_class": "local_polling"
},
"panel_custom": {
"name": "Custom Panel",
"integration_type": "hub",
"config_flow": false
},
"panel_iframe": {
"name": "iframe Panel",
"integration_type": "hub",