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`
- 3 + 2 ${this.hass.localize( "ui.panel.config.voice_assistants.satellite_wizard.pipeline.seconds" )} @@ -136,7 +136,7 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement { : nothing} ${this._showFourth ? html`
- 5 + 1 ${this.hass.localize( "ui.panel.config.voice_assistants.satellite_wizard.pipeline.seconds" )} diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts index daad09dece2d..ab75fc915a14 100644 --- a/src/panels/config/integrations/ha-config-integration-page.ts +++ b/src/panels/config/integrations/ha-config-integration-page.ts @@ -339,34 +339,6 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { ${this._manifest?.version != null ? html`
${this._manifest.version}
` : nothing} - ${this._manifest?.quality_scale && - Object.keys(QUALITY_SCALE_MAP).includes( - this._manifest.quality_scale - ) - ? html` - - ` - : nothing} ${this._manifest?.is_built_in === false ? html`
+ ${this._manifest?.quality_scale && + Object.keys(QUALITY_SCALE_MAP).includes( + this._manifest.quality_scale + ) + ? html` + + + + ${this.hass.localize( + QUALITY_SCALE_MAP[this._manifest.quality_scale] + .translationKey + )} + + + + ` + : nothing} ${devices.length > 0 ? html`