From e1c24f4f6ffbba6f6cd7ff7280ff07b6e9e3377a Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 24 Dec 2017 22:55:07 +0000 Subject: [PATCH] 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. --- source/getting-started/configuration.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/getting-started/configuration.markdown b/source/getting-started/configuration.markdown index 5814b3c1cb1..4d0175ec8b5 100644 --- a/source/getting-started/configuration.markdown +++ b/source/getting-started/configuration.markdown @@ -9,6 +9,10 @@ sharing: true footer: true --- +

+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. +

+ 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.