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:
parent
93eb1772c6
commit
ab83a9eb09
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ To enable this platform, please add the following to your `configuration.yaml` f
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: travisci
|
- platform: travisci
|
||||||
github_token: 123456789
|
api_key: 123456789
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue