From 11303e5311b6674a3fa45f698df81c8ed5463b32 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 26 Jun 2023 23:19:08 +0200 Subject: [PATCH] Update frontend editable install command (#1819) --- docs/frontend/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/development.md b/docs/frontend/development.md index cf09bcce..099ffb0a 100644 --- a/docs/frontend/development.md +++ b/docs/frontend/development.md @@ -117,7 +117,7 @@ If you're making changes to the way the frontend is packaged, it might be necess To test it out inside Home Assistant, run the following command from the main Home Assistant repository: ```shell -pip3 install -e /path/to/hass/frontend/ +pip3 install -e /path/to/hass/frontend/ --config-settings editable_mode=compat hass --skip-pip-packages home-assistant-frontend ```