Fix hass.io panel_custom/frontend (#23313)

* Fix hass.io panel_custom/frontend

* Update manifest.json
This commit is contained in:
Pascal Vizeli 2019-04-23 06:47:12 +02:00 committed by Paulus Schoutsen
parent baeb3cddc6
commit 2a720efbd4
2 changed files with 1 additions and 2 deletions

View file

@ -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],

View file

@ -5,7 +5,6 @@
"requirements": [],
"dependencies": [
"http",
"frontend",
"panel_custom"
],
"codeowners": [