Skip to content

Commit

Permalink
Rename configurator to file editor (home-assistant#12158)
Browse files Browse the repository at this point in the history
* Rename configurator to file editor

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
bramkragten and frenck authored Feb 22, 2020
1 parent c524b4e commit 4acedd2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/getting-started/configuration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ The steps below do not apply to Home Assistant Core installations, for those typ

</div>

We are going to help you make your first changes to `configuration.yaml`. To do this, we are going to install an add-on from the Home Assistant add-on store: the Configurator. To get to the add-on store, click on the menu icon in the top left, then click on Supervisor. On the new page, open the add-on store tab.
We are going to help you make your first changes to `configuration.yaml`. To do this, we are going to install an add-on from the Home Assistant add-on store: the File editor. To get to the add-on store, click on the menu icon in the top left, then click on Supervisor. On the new page, open the add-on store tab.

<p class='img'>
<img src='/images/hassio/screenshots/main_panel_addon_store.png' />
From the Hass.io main panel, open the add-on store.
From the Supervisor main panel, open the add-on store.
</p>

Under the "Core" section you will find Configurator.
Under the "Official add-ons" section you will find the File editor add-on.

- Click on Configurator and click on INSTALL. When installation is complete, the UI will go to the add-on details page for the configurator.
- Click on File Editor and click on INSTALL. When installation is complete, the UI will go to the add-on details page for the file editor.
- Now start the add-on by clicking on START.
- Open the user interface by clicking on OPEN WEB UI.

Now let's make a change using the configurator: we are going to change the name, location, unit system, and time zone of your Home Assistant installation.
Now let's make a change using the file editor: we are going to change the name, location, unit system, and time zone of your Home Assistant installation.

- 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.
- Click the folder icon in the top left of the file editor window to open the file browser sidebar.
- Click the `configuration.yaml` file (in the `/config/` folder) to load it into the main file editor window.
- Add the following to this file (preferably at the very top, but it ultimately doesn't matter):
```yaml
homeassistant:
Expand Down

0 comments on commit 4acedd2

Please sign in to comment.