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
2 changed files with 1 additions and 2 deletions
|
@ -79,7 +79,7 @@ def _register_panel(hass, addon, data):
|
|||
|
||||
Return coroutine.
|
||||
"""
|
||||
return hass.components.frontend.async_register_built_in_panel(
|
||||
return hass.components.panel_custom.async_register_panel(
|
||||
frontend_url_path=addon,
|
||||
webcomponent_name='hassio-main',
|
||||
sidebar_title=data[ATTR_TITLE],
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"requirements": [],
|
||||
"dependencies": [
|
||||
"http",
|
||||
"frontend",
|
||||
"panel_custom"
|
||||
],
|
||||
"codeowners": [
|
||||
|
|
Loading…
Add table
Reference in a new issue