Link Home Assistant's include system in FAQ (#157)

I found Home Assistant's splitting configuration page was helpful in explaining how to use the directives, and also had a more complete list. So I linked it.
This commit is contained in:
Spencer Hachmeister 2019-02-11 06:45:01 -07:00 committed by Otto Winter
parent 3579eddccc
commit dd5f63036f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Frequently Asked Questions
Tips for using esphomeyaml
--------------------------
1. esphomeyaml supports (most of) Home Assistant's YAML configuration directives like
1. esphomeyaml supports (most of) `Home Assistant's YAML configuration directives <https://www.home-assistant.io/docs/configuration/splitting_configuration/>`__ like
``!include``, ``!secret``. So you can store all your secret WiFi passwords and so on
in a file called ``secrets.yaml`` within the directory where the configuration file is.