From ab83a9eb090abbc2581c97f50425802b1406762f Mon Sep 17 00:00:00 2001 From: Niklas V Date: Sun, 22 Oct 2017 21:08:45 +0200 Subject: [PATCH] Update sensor.travisci.markdown (#3719) Changed the code example from github_token to api_key that is what is required. It is mostly confusing to have GitHub_token instead of api_key in the example code. --- source/_components/sensor.travisci.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.travisci.markdown b/source/_components/sensor.travisci.markdown index 5609c614a57..a3944d69a82 100644 --- a/source/_components/sensor.travisci.markdown +++ b/source/_components/sensor.travisci.markdown @@ -21,7 +21,7 @@ To enable this platform, please add the following to your `configuration.yaml` f # Example configuration.yaml entry sensor: - platform: travisci - github_token: 123456789 + api_key: 123456789 ``` Configuration variables: