Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_integrations/github.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sensor:
- platform: github
access_token: !secret github_access_token
repositories:
- path: 'home-assistant/home-assistant'
- path: 'home-assistant/core'
```

{% configuration %}
Expand All @@ -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:
Expand Down