mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user