Skip to content

Commit 76f2929

Browse files
authored
Add home panel (home-assistant#156269)
1 parent 17f5d0a commit 76f2929

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

homeassistant/components/frontend/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,13 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
481481
sidebar_title="climate",
482482
sidebar_default_visible=False,
483483
)
484+
async_register_built_in_panel(
485+
hass,
486+
"home",
487+
sidebar_icon="mdi:home",
488+
sidebar_title="home",
489+
sidebar_default_visible=False,
490+
)
484491

485492
async_register_built_in_panel(hass, "profile")
486493

0 commit comments

Comments
 (0)