GitHub
The GitHub sensor integrates data from GitHub to monitor your favorite repositories.
Setup
To set up this sensor you will need a personal access token. You will need to check the repo
scope for the sensor to function.
Configuration
To enable this platform, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: github
access_token: !secret github_access_token
repositories:
- path: 'home-assistant/core'