diff --git a/source/_integrations/github.markdown b/source/_integrations/github.markdown index 22b40b1d3a8e..364e8e956a2f 100644 --- a/source/_integrations/github.markdown +++ b/source/_integrations/github.markdown @@ -24,7 +24,7 @@ sensor: - platform: github access_token: !secret github_access_token repositories: - - path: 'home-assistant/home-assistant' + - path: 'home-assistant/core' ``` {% configuration %} @@ -42,7 +42,7 @@ repositories: type: list keys: path: - description: Path to the repository. For Home Assistant this will be `home-assistant/home-assistant` + description: Path to the repository. For Home Assistant this will be `home-assistant/core` required: true type: string name: