From c4ddf7697d36fe25eefa9458e1e329a0d1f48f54 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:02:34 +1300 Subject: [PATCH] Update sync-device-classes.yml --- .github/workflows/sync-device-classes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-device-classes.yml b/.github/workflows/sync-device-classes.yml index 82eead332e..671fe1f21a 100644 --- a/.github/workflows/sync-device-classes.yml +++ b/.github/workflows/sync-device-classes.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 with: repository: home-assistant/core - path: home-assistant + path: lib/home-assistant - name: Setup Python uses: actions/setup-python@v4 @@ -32,7 +32,7 @@ jobs: - name: Install Home Assistant run: | python -m pip install --upgrade pip - pip install -e home-assistant + pip install -e lib/home-assistant - name: Sync run: |