corrected path to home-assistant repo (#12267)

home-assistant/home-assistant errors out now the repo has changed.
This commit is contained in:
Marius 2020-03-04 14:11:19 +01:00 committed by GitHub
parent 3c9cb849ab
commit 80ad68a906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: