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 },