Clarification about Hass.io (#4273)

Adding a note to make it clear that his only applies to Hass.io. We've had a number of questions on the forum and Discord that make it clear that people assume this applies to every install method.
This commit is contained in:
DubhAd 2017-12-24 22:55:07 +00:00 committed by Fabian Affolter
parent 1303a39b88
commit e1c24f4f6f

View File

@ -9,6 +9,10 @@ sharing: true
footer: true
---
<p class='Note'>
This guide applies only if you've installed Home Assistant via Hass.io. If you've used any other install method then [see here](/docs/configuration/) instead.
</p>
If you made it here, awesome! That means that you got Home Assistant up and running. It might have already found some of your networked devices. This is going to be fun!
Home Assistant stores its configuration in a file called `configuration.yaml`. A default one is created when Home Assistant is started for the first time. Some of the things in the configuration file can be edited via the user interface, other parts require you to edit the configuration file directly.