mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Mark custom panel integration as system type (#126883)
This commit is contained in:
parent
d777ec3267
commit
fb0e102d74
@ -4,5 +4,6 @@
|
|||||||
"codeowners": ["@home-assistant/frontend"],
|
"codeowners": ["@home-assistant/frontend"],
|
||||||
"dependencies": ["frontend"],
|
"dependencies": ["frontend"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/panel_custom",
|
"documentation": "https://www.home-assistant.io/integrations/panel_custom",
|
||||||
|
"integration_type": "system",
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
@ -4537,11 +4537,6 @@
|
|||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
"panel_custom": {
|
|
||||||
"name": "Custom Panel",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false
|
|
||||||
},
|
|
||||||
"panel_iframe": {
|
"panel_iframe": {
|
||||||
"name": "iframe Panel",
|
"name": "iframe Panel",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user