Skip to content

Commit c2e5cf1

Browse files
silversword411fabaff
authored andcommitted
Making instructions a little more precise (home-assistant#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
1 parent 55b3a63 commit c2e5cf1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/getting-started/configuration.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ Go to the add-on store (see the previous step), click on Configurator and click
6868
- You will be able to click the "OPEN WEB UI" link to open the Web UI on a new window
6969
- Type your username and password that you recently saved
7070

71-
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:
71+
Time for the first practice with the configurator. We're going to add the Configurator to the main Home Assistant sidebar:
72+
73+
- Click the folder icon in the top left of the configurator window to open the file browser sidebar.
74+
- Click the `configuration.yaml` file (in the `/config/` folder) to load it into the main Configurator edit window.
75+
- Copy and paste the following to the end of the `configuration.yaml` file:
7276

7377
```yaml
7478
panel_iframe:
@@ -78,7 +82,9 @@ panel_iframe:
7882
url: http://hassio.local:3218
7983
```
8084
81-
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.
85+
- Click the save icon in the top right to comit changes.
86+
- 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!"
87+
- Now Restart Home Assistant using the "restart" in the Server management section.
8288
8389
### {% linkable_title Editing config via Samba/Windows Networking %}
8490

0 commit comments

Comments
 (0)