Show close button when zwave firmware update is finished (#28805)

This commit is contained in:
Paul Bottein 2026-01-05 12:42:55 +01:00 committed by GitHub
parent 19934dad72
commit eaf012d5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -302,10 +302,11 @@ class DialogZWaveJSUpdateFirmwareNode extends LitElement {
</div>
${this._updateFinishedMessage!.success
? html`<p>
${this.hass.localize(
`ui.panel.config.zwave_js.update_firmware.finished_status.done${localizationKeySuffix}`
)}
</p>`
${this.hass.localize(
`ui.panel.config.zwave_js.update_firmware.finished_status.done${localizationKeySuffix}`
)}
</p>
${closeButton}`
: html`<p>
${this.hass.localize(
"ui.panel.config.zwave_js.update_firmware.finished_status.try_again"