Move KNX configuration panel to config entry

This commit is contained in:
Franck Nijhof 2023-07-18 18:20:55 +02:00
parent cb1f365482
commit c872cc78d4
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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