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.
This commit is contained in:
Niklas V 2017-10-22 21:08:45 +02:00 committed by Fabian Affolter
parent 93eb1772c6
commit ab83a9eb09

View File

@ -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: