Move KNX configuration panel to config entry
This commit is contained in:
parent
cb1f365482
commit
c872cc78d4
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ async def register_panel(hass: HomeAssistant) -> None:
|
|||
hass=hass,
|
||||
frontend_url_path=DOMAIN,
|
||||
webcomponent_name=knx_panel.webcomponent_name,
|
||||
sidebar_title=DOMAIN.upper(),
|
||||
sidebar_icon="mdi:bus-electric",
|
||||
config_panel_domain=DOMAIN,
|
||||
module_url=f"{URL_BASE}/{knx_panel.entrypoint_js}",
|
||||
embed_iframe=True,
|
||||
require_admin=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue