From 80ad68a90633dc67894d820dce99be126527f9a4 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Wed, 4 Mar 2020 14:11:19 +0100 Subject: [PATCH] corrected path to home-assistant repo (#12267) home-assistant/home-assistant errors out now the repo has changed. --- source/_integrations/github.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/github.markdown b/source/_integrations/github.markdown index 22b40b1d3a8e..364e8e956a2f 100644 --- a/source/_integrations/github.markdown +++ b/source/_integrations/github.markdown @@ -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: