mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Getting started: markup ui elements (#27052)
This commit is contained in:
parent
4aee7353da
commit
2bb3bfdd05
@ -15,9 +15,9 @@ We are going to help you make your first changes to `configuration.yaml`. To do
|
||||
|
||||

|
||||
|
||||
Under the "Official add-ons" section you will find the File editor add-on.
|
||||
Under the **Official add-ons** section, you will find the **File editor** add-on.
|
||||
|
||||
- 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.
|
||||
- Click on **File editor** and click on **Install**. When the 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**.
|
||||
|
||||
@ -41,8 +41,8 @@ Now let's make a change using the file editor: we are going to change the name,
|
||||
</div>
|
||||
|
||||
- Click the save icon in the top right to commit changes.
|
||||
- Most changes in `configuration.yaml` require Home Assistant to be restarted to see the changes. You can verify that your changes are acceptable by running a configuration check. Do this by navigating to {% my server_controls title="Developer Tools -> YAML" %} and and then clicking on the **Check configuration** button. When it's valid, it will show the text "Configuration valid!". In order for the **Check Configuration**" button to be visible, you must enable "Advanced Mode" on your user profile.
|
||||
- Now Restart Home Assistant. You can do so by either using the **Restart** option in the ⚙ menu of the File Editor UI or by navigating to {% my system_dashboard title="Settings -> System" %} and then clicking on the **Restart** button on the top right of the page.
|
||||
- Most changes in `configuration.yaml` require Home Assistant to be restarted to see the changes. You can verify that your changes are acceptable by running a configuration check. Do this by navigating to {% my server_controls title="Developer Tools > YAML" %} and and then clicking on the **Check configuration** button. When it's valid, it will show the text "Configuration valid!". In order for the **Check Configuration**" button to be visible, you must enable **Advanced Mode** on your user profile.
|
||||
- Now restart Home Assistant. You can do so by either using the **Restart** option in the ⚙ menu of the File Editor UI or by navigating to {% my system_dashboard title="Settings > System" %} and then clicking on the **Restart** button on the top right of the page.
|
||||
|
||||

|
||||
|
||||
@ -56,6 +56,6 @@ Now let's make a change using the file editor: we are going to change the name,
|
||||
|
||||
Maybe you are not a big fan of our web editor and want to use a text editor on your computer instead. This is possible by sharing the configuration over the network using the Samba add-on, which can also be installed from the Home Assistant add-on store. This will make your configuration accessible via the network tab on your computer.
|
||||
|
||||
Go to the add-on store and look for Samba in the core section. After you have installed the add-on, click on START. Home Assistant should now be available in the networking tab on your computer.
|
||||
Go to the add-on store and look for Samba in the core section. After you have installed the add-on, click on **Start**. Home Assistant should now be available in the networking tab on your computer.
|
||||
|
||||
We suggest that to edit `configuration.yaml`, you use the free text editor [Visual Studio Code](https://code.visualstudio.com/) in combination with the [Home Assistant Configuration Helper extension](https://marketplace.visualstudio.com/items?itemName=keesschollaart.vscode-home-assistant).
|
||||
|
@ -5,23 +5,23 @@ description: "Instructions to get Home Assistant configured."
|
||||
|
||||
Alright, you made it here. The tough part is done.
|
||||
|
||||
With Home Assistant installed, it's time to configure it. Here you will create the owner account of Home Assistant. This account will be an administrator and will always be able to change everything. Enter a name, username, password and click on "create account".
|
||||
With Home Assistant installed, it's time to configure it. Here you will create the owner account of Home Assistant. This account will be an administrator and will always be able to change everything. Enter a name, username, password and select **create account**.
|
||||
|
||||

|
||||
|
||||
Next, you can enter a name for your home and set your location and unit system. Click "DETECT" to find your location and set your time zone and unit system based on that location. If you'd rather not send your location, you can set these values manually.
|
||||
Next, you can enter a name for your home and set your location and unit system. Select **Detect** to find your location and set your time zone and unit system based on that location. If you'd rather not send your location, you can set these values manually.
|
||||
|
||||

|
||||
|
||||
Once you are done, click Next. In this screen, Home Assistant will show any devices that it has discovered on your network. Don't be alarmed if you see fewer items than what is shown below; you can always manually add devices later.
|
||||
Once you are done, click **Next**. In this screen, Home Assistant will show any devices that it has discovered on your network. Don't be alarmed if you see fewer items than shown below; you can always manually add devices later.
|
||||
|
||||

|
||||
|
||||
Finally, click Finish. Now you're brought to the Home Assistant web interface. This screen will show all of your devices. So let's get that screen filled up!
|
||||
Finally, click **Finish**. Now you're brought to the Home Assistant web interface. This screen will show all of your devices. So let's get that screen filled up!
|
||||
|
||||

|
||||
|
||||
From the side bar, click on {% my integrations title="Settings -> Devices & Services" %}. At this screen you will be able to set up integrations with Home Assistant. You might notice a "discovered" section. This section contains integrations that were found on your network and can easily be added with a few clicks. If your integrations are not discovered, click the **Add integration** button in the lower right and search for your integration in that list.
|
||||
From the side bar, click on {% my integrations title="Settings > Devices & Services" %}. On this screen, you will be able to set up integrations with Home Assistant. You might notice a **discovered** section. This section contains integrations that were found on your network and can easily be added with a few clicks. If your integrations are not discovered, click the **Add integration** button (in the lower right of the window) and search for your integration in that list.
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user