mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Fix hass.io panel_custom/frontend (#23313)
* Fix hass.io panel_custom/frontend * Update manifest.json
This commit is contained in:
parent
baeb3cddc6
commit
2a720efbd4
@ -79,7 +79,7 @@ def _register_panel(hass, addon, data):
|
|||||||
|
|
||||||
Return coroutine.
|
Return coroutine.
|
||||||
"""
|
"""
|
||||||
return hass.components.frontend.async_register_built_in_panel(
|
return hass.components.panel_custom.async_register_panel(
|
||||||
frontend_url_path=addon,
|
frontend_url_path=addon,
|
||||||
webcomponent_name='hassio-main',
|
webcomponent_name='hassio-main',
|
||||||
sidebar_title=data[ATTR_TITLE],
|
sidebar_title=data[ATTR_TITLE],
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
"requirements": [],
|
"requirements": [],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"http",
|
"http",
|
||||||
"frontend",
|
|
||||||
"panel_custom"
|
"panel_custom"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user