diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 39291c3..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,39 +0,0 @@ ---- -# yamllint disable rule:truthy -name: 'Build addon dev' - -on: - push: - branches: - - "main" - paths: - - speedtest/** - -env: - REGISTRY: ghcr.io - IMAGE_NAME: mrsuicideparrot/hassio-speedtest-addon-dev - -jobs: - build: - name: 'Build dev' - runs-on: ubuntu-latest - steps: - - - name: Checkout the repository - uses: actions/checkout@v3 - - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Publish - uses: home-assistant/builder@master - with: - args: | - --amd64 \ - --target speedtest \ - --docker-hub ghcr.io \ - -i ${{ env.IMAGE_NAME }}-{arch} diff --git a/speedtest/CHANGELOG.md b/speedtest/CHANGELOG.md index 964ab3e..fbc09df 100644 --- a/speedtest/CHANGELOG.md +++ b/speedtest/CHANGELOG.md @@ -1,4 +1,3 @@ ## What’s changed ## 🐛 Bug fixes -* Properly escape country name and location in the attributes of measurements (#9). -* Stop overwriting custom entity icons (#15). \ No newline at end of file +* Fix server name and add server location diff --git a/speedtest/config.yaml b/speedtest/config.yaml index ef46234..dd3817c 100644 --- a/speedtest/config.yaml +++ b/speedtest/config.yaml @@ -1,7 +1,7 @@ --- name: "Speedtest" description: "Speedtest-cli addon" -version: 1.6.1 +version: 1.6.2 slug: "speedtest_addon" init: false boot: manual