Update hassio_hass.md

This commit is contained in:
Bram Kragten 2019-09-12 08:02:40 +02:00 committed by GitHub
parent 5020580993
commit 69d8047737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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