Mark custom panel integration as system type (#126883)
This commit is contained in:
parent
b079a94bef
commit
2749b1f057
2 changed files with 1 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue