Add more info to GitHub integration (#16841)

Adds some examples of what type of information the GitHub sensor monitors. Fixes https://github.com/home-assistant/home-assistant.io/issues/16840
This commit is contained in:
Sean Mooney 2021-03-04 04:47:15 -05:00 committed by GitHub
parent 88243f9f46
commit a32a92929a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ ha_platforms:
- sensor
---
The GitHub sensor integrates data from [GitHub](https://github.com/) to monitor your favorite repositories.
The GitHub sensor allows you to monitor your favorite [GitHub](https://github.com/) repositories. Monitored information includes the amount of stargazers, forks, open issues and pull requests, the latest commit message, and more.
## Setup
To set up this sensor you will need a [personal access token](https://github.com/settings/tokens). You will need to check the `repo` scope for the sensor to function.
To set up this sensor you will need a GitHub [personal access token](https://github.com/settings/tokens). You will need to check the `repo` scope for the sensor to function.
## Configuration