Skip to content

Commit

Permalink
corrected path to home-assistant repo (home-assistant#12267)
Browse files Browse the repository at this point in the history
home-assistant/home-assistant errors out now the repo has changed.
  • Loading branch information
Mariusthvdb authored Mar 4, 2020
1 parent 3c9cb84 commit 80ad68a
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 80ad68a

Please sign in to comment.