From c9dbc508ad0dbe659a081566d4a4c95c8cb7b6ce Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:08:40 +0100 Subject: [PATCH] corrected path to home-assistant repo 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: