From 926852a9dddf02f9b86a85a4261080d27cd7c438 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Thu, 13 Jun 2019 21:04:52 +0200 Subject: [PATCH] Add note about config location --- docs/configure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configure.md b/docs/configure.md index 00820fc8b9e..e4fd272a14a 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -14,4 +14,6 @@ hacs: token: !secret my_github_access_token ``` +**NB! This needs to be in `configuration.yaml`, _not_ in a "package".** + [To generate a GitHub Personal Access Token that you can use have a look here.](https://custom-components.github.io/hacs/token) \ No newline at end of file