From c2e5cf1b41d4ba65def07ea80b06c59afb3d88ac Mon Sep 17 00:00:00 2001 From: silversword411 Date: Thu, 6 Dec 2018 10:01:12 -0500 Subject: [PATCH] Making instructions a little more precise (#7704) * Making instructions a more precise There were missing details in the description. After I'd done it for the first time, this would have helped me. * Minor change --- source/getting-started/configuration.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/getting-started/configuration.markdown b/source/getting-started/configuration.markdown index 614ba27ad66..d942e732d04 100644 --- a/source/getting-started/configuration.markdown +++ b/source/getting-started/configuration.markdown @@ -68,7 +68,11 @@ Go to the add-on store (see the previous step), click on Configurator and click - You will be able to click the "OPEN WEB UI" link to open the Web UI on a new window - Type your username and password that you recently saved -Time for the first practice with the configurator. Add the following to `configuration.yaml` file to add a link to the Configurator in the sidebar: +Time for the first practice with the configurator. We're going to add the Configurator to the main Home Assistant sidebar: + + - Click the folder icon in the top left of the configurator window to open the file browser sidebar. + - Click the `configuration.yaml` file (in the `/config/` folder) to load it into the main Configurator edit window. + - Copy and paste the following to the end of the `configuration.yaml` file: ```yaml panel_iframe: @@ -78,7 +82,9 @@ panel_iframe: url: http://hassio.local:3218 ``` -Now restart Home Assistant for the changes to the configuration to take effect. You can do this by going to the config panel (Configuration in the sidebar) -> General -> Restart Home Assistant. + - Click the save icon in the top right to comit changes. + - Verify the configuration by going to the config panel (Configuration in the sidebar) -> General -> Click the "Check Config" button and you should get "Configuration valid!" + - Now Restart Home Assistant using the "restart" in the Server management section. ### {% linkable_title Editing config via Samba/Windows Networking %}