From 69d8047737a2db77ad889e08e50d73d4361b2962 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 12 Sep 2019 08:02:40 +0200 Subject: [PATCH] Update hassio_hass.md --- docs/hassio_hass.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/hassio_hass.md b/docs/hassio_hass.md index 6644fce5..39269c52 100644 --- a/docs/hassio_hass.md +++ b/docs/hassio_hass.md @@ -49,9 +49,7 @@ To build a local version of the Hass.io panel, go to the frontend repository and ```bash cd hassio -script/build_hassio +script/develop ``` Now start Home Assistant as discussed in the previous section and it will now connect to the remote Hass.io but show your local frontend. - -We're currently transitioning in how we're building the frontend so we don't have an incremental development mode just yet. For now, after making a local change, run `script/build_hassio` again.