Skip to content

Commit ab83a9e

Browse files
Niklas Vfabaff
Niklas V
authored andcommitted
Update sensor.travisci.markdown (home-assistant#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.
1 parent 93eb177 commit ab83a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/sensor.travisci.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To enable this platform, please add the following to your `configuration.yaml` f
2121
# Example configuration.yaml entry
2222
sensor:
2323
- platform: travisci
24-
github_token: 123456789
24+
api_key: 123456789
2525
```
2626
2727
Configuration variables:

0 commit comments

Comments
 (0)