Skip to content

Commit

Permalink
Move panel from sidebar to integration configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alengwenus committed May 9, 2024
1 parent 62bb349 commit 7d5d9ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/lcn/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ async def register_panel(hass: HomeAssistant) -> None:
hass=hass,
frontend_url_path=DOMAIN,
webcomponent_name=lcn_panel.webcomponent_name,
sidebar_title=DOMAIN.upper(),
sidebar_icon="mdi:cogs",
config_panel_domain=DOMAIN,
module_url=f"{URL_BASE}/{lcn_panel.entrypoint_js}",
embed_iframe=True,
require_admin=True,
Expand Down

0 comments on commit 7d5d9ef

Please sign in to comment.