diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f0c7b5695..cce7fbf67 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM homeassistant/home-assistant:2023.8.4@sha256:5970dce5dab73ec4c70be107b799b59e9f47027ac6ec0215d34cf89f664fed9c +FROM homeassistant/home-assistant:2023.9.0@sha256:7ed8f051f63964276e228b55de371e0e50ee28584c0bb6f9a7d0bcd4252f5f3e ARG ENABLE_NONROOT_DOCKER="true" ARG INSTALL_ZSH="true" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6a040837c..54346c787 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -56,7 +56,7 @@ jobs: run: | openssl req -x509 -newkey rsa:1024 -subj '/CN=example.com' -nodes -keyout key.pem -out cert.pem - name: Test config - uses: docker://homeassistant/home-assistant:2023.8.4@sha256:5970dce5dab73ec4c70be107b799b59e9f47027ac6ec0215d34cf89f664fed9c + uses: docker://homeassistant/home-assistant:2023.9.0@sha256:7ed8f051f63964276e228b55de371e0e50ee28584c0bb6f9a7d0bcd4252f5f3e with: entrypoint: ./script/cibuild script-deploy: diff --git a/custom_components/plant/manifest.json b/custom_components/plant/manifest.json index 575defed5..c24eaba01 100644 --- a/custom_components/plant/manifest.json +++ b/custom_components/plant/manifest.json @@ -16,5 +16,5 @@ "requirements": [ "async-timeout>=4.0.2" ], - "version": "2023.8.0-beta1" + "version": "2023.8.0" }