mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +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 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…
x
Reference in New Issue
Block a user