From a32a92929a35897ae9b33f576396b21a311e699f Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 4 Mar 2021 04:47:15 -0500 Subject: [PATCH] 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 --- source/_integrations/github.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/github.markdown b/source/_integrations/github.markdown index 144f7cb8c13..fbece44bc6c 100644 --- a/source/_integrations/github.markdown +++ b/source/_integrations/github.markdown @@ -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