diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 16b1823..4db36ff 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -24,7 +24,7 @@ jobs: git config user.name esphomebot git config user.email esphome@nabucasa.com git add . - git commit -m "Bump version to v${{ github.event.inputs.version }}" + git commit -m "Bump version to ${{ github.event.inputs.version }}" git push COMMIT=$(git rev-parse HEAD) echo "::set-output name=commit_sha::${COMMIT}" diff --git a/.gitignore b/.gitignore index 6e4266f..a6bf6e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ *.py[cod] *$py.class +venv/ diff --git a/esphome/config.json b/esphome/config.json index ff2c4ba..06bdd1b 100644 --- a/esphome/config.json +++ b/esphome/config.json @@ -38,5 +38,5 @@ "slug": "esphome", "uart": true, "url": "https://esphome.io/", - "version": "2022.1.3" + "version": "2022.1.4" } \ No newline at end of file diff --git a/template/addon_config.yaml b/template/addon_config.yaml index d1ef21a..5d42749 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -74,7 +74,7 @@ esphome-stable: <<: *base directory: esphome name: ESPHome - version: '2022.1.3' # STABLE + version: '2022.1.4' # STABLE slug: esphome description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" image: ghcr.io/esphome/esphome-hassio-{arch}