From ce707ad22ce19ea5fc96c7b74dd860d52e8d4a43 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 8 Feb 2021 15:38:32 +0100 Subject: [PATCH] Update add-on configuration for Supervisor 2021.2 (#186) --- .github/workflows/ci.yaml | 2 +- vscode/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7fcd50..892a5f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.3.4 - name: 🚀 Run Add-on Lint - uses: frenck/action-addon-linter@v1.4 + uses: frenck/action-addon-linter@v2.0.0 with: community: true path: "./${{ needs.information.outputs.target }}" diff --git a/vscode/config.json b/vscode/config.json index 9e9dd89..2c186b3 100755 --- a/vscode/config.json +++ b/vscode/config.json @@ -10,7 +10,7 @@ "startup": "services", "init": false, "arch": ["aarch64", "amd64"], - "auto_uart": true, + "uart": true, "hassio_api": true, "hassio_role": "manager", "homeassistant_api": true,