move note about check config (#11939)

Moves the note about the "CHECK CONFIG" button only being visible in advanced mode to the previous paragraph where it tells you to click the button. I was confused for a second until I read on to the next paragraph. It seems to make more sense to put the note about the button in the paragraph where it tells you to click the button.

I also made a couple other minor tweaks for consistency and accuracy.
This commit is contained in:
Justin Vallelonga 2020-02-03 16:20:39 +08:00 committed by GitHub
parent 25613e5bcc
commit aa1bef6714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@ Now let's make a change using the configurator: 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 config check. Do this by clicking on Configuration in the sidebar, click on "Server Control" and click on the CHECK CONFIG button. When it's valid, it will show the text "Configuration valid!"
- Now Restart Home Assistant using the RESTART button in the Server management section on the same page. In order for "Check Config" to be visible, you must enable "Advanced Mode" on your user profile.
- 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 config check. Do this by clicking on Configuration in the sidebar, click on "Server Controls" and click on the "CHECK CONFIG" button. When it's valid, it will show the text "Configuration valid!". In order for the "CHECK CONFIG" button to be visible, you must enable "Advanced Mode" on your user profile.
- Now Restart Home Assistant using the "RESTART" button in the Server management section on the same page.
<p class='img'>
<img src='/images/screenshots/configuration-validation.png' />