diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4fc85a0..a58a60f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -11,10 +11,11 @@ jobs: validate-hacs: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3" - - uses: "actions/checkout@v4" + - name: Checkout V3 + uses: "actions/checkout@v3" - name: HACS validation - - uses: "hacs/action@main" + uses: "hacs/action@main" with: category: "appdaemon" - - uses: "home-assistant/actions/hassfest@master" \ No newline at end of file + - name: HassFest + uses: "home-assistant/actions/hassfest@master" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 426d76d..63182b5 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.vscode # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/