From 0360bd3780d8a0f50fe2329a4c505551f63c1f27 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 3 Jul 2020 15:42:00 +0200 Subject: [PATCH] Fix typos (#592) --- docs/supervisor/developing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/supervisor/developing.md b/docs/supervisor/developing.md index a46d35b3..44de056e 100644 --- a/docs/supervisor/developing.md +++ b/docs/supervisor/developing.md @@ -30,20 +30,20 @@ Note that either token can change after a reboot or update of OS/container. To configure Home Assistant Core to connect to a remote supervisor, set the following environment variables when starting Home Assistant: -- `HASSIO`: Set to the IP of the machine running Home Assnstaint and port 80 (the API proxy add-on) -- `HASSIO_TOKEN`: Set this to the token that you exracted in the previous step +- `HASSIO`: Set to the IP of the machine running Home Assistant and port 80 (the API proxy add-on) +- `HASSIO_TOKEN`: Set this to the token that you extracted in the previous step ```shell HASSIO=192.168.1.100:80 HASSIO_TOKEN=abcdefghj1234 hass ``` -Voila. Your local Home Assistant installation will now connect to a remote Hass.io instance. +VoilĂ . Your local Home Assistant installation will now connect to a remote Home Assistant instance. ## Frontend development To do frontend development you need to have a [Home Assistant frontend development environment](/frontend/development.md) set up. -Update the Hass.io component configuration in your `configuration.yaml` to point at the frontend repository: +Update the `hassio` component configuration in your `configuration.yaml` file to point at the frontend repository: ```yaml # configuration.yaml