mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
corrected path to home-assistant repo (#12267)
home-assistant/home-assistant errors out now the repo has changed.
This commit is contained in:
parent
3c9cb849ab
commit
80ad68a906
@ -24,7 +24,7 @@ sensor:
|
|||||||
- platform: github
|
- platform: github
|
||||||
access_token: !secret github_access_token
|
access_token: !secret github_access_token
|
||||||
repositories:
|
repositories:
|
||||||
- path: 'home-assistant/home-assistant'
|
- path: 'home-assistant/core'
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -42,7 +42,7 @@ repositories:
|
|||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
path:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user