diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 59d085a2aee9..edbd85c50f92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,6 +86,8 @@ jobs: name: Release landing-page frontend if: github.event.release.prerelease == false runs-on: ubuntu-latest + permissions: + contents: write # Required to upload release assets steps: - name: Checkout the repository uses: actions/checkout@v4.2.2 @@ -113,6 +115,8 @@ jobs: name: Release supervisor frontend if: github.event.release.prerelease == false runs-on: ubuntu-latest + permissions: + contents: write # Required to upload release assets steps: - name: Checkout the repository uses: actions/checkout@v4.2.2 diff --git a/pyproject.toml b/pyproject.toml index bcfcbba5eee7..27949672ba36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-frontend" -version = "20241127.7" +version = "20241127.8" license = {text = "Apache-2.0"} description = "The Home Assistant frontend" readme = "README.md" diff --git a/src/dialogs/voice-assistant-setup/voice-assistant-setup-step-pipeline.ts b/src/dialogs/voice-assistant-setup/voice-assistant-setup-step-pipeline.ts index e75e4260cfd5..c8cb672388a7 100644 --- a/src/dialogs/voice-assistant-setup/voice-assistant-setup-step-pipeline.ts +++ b/src/dialogs/voice-assistant-setup/voice-assistant-setup-step-pipeline.ts @@ -57,10 +57,10 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement { }, 600); setTimeout(() => { this._showThird = true; - }, 3000); + }, 2000); setTimeout(() => { this._showFourth = true; - }, 8000); + }, 3000); } protected override render() { @@ -123,7 +123,7 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement { ${this._showThird ? html`