From 1eaaf22906e136e0030c3393035e68347f180cec Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 8 Feb 2021 15:49:37 +0100 Subject: [PATCH] Update add-on configuration for Supervisor 2021.2 (#78) --- .github/workflows/ci.yaml | 2 +- appdaemon/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/appdaemon/config.json b/appdaemon/config.json index a249c43..4563af0 100755 --- a/appdaemon/config.json +++ b/appdaemon/config.json @@ -8,7 +8,7 @@ "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], "init": false, "homeassistant_api": true, - "auto_uart": true, + "uart": true, "ports": { "5050/tcp": 5050 },