mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Fix prettier
This commit is contained in:
parent
41befbf33b
commit
e6576cce7a
@ -160,7 +160,11 @@ class DialogZWaveJSUpdateFirmwareNode extends LitElement {
|
||||
const abortFirmwareUpdateButton = this._nodeStatus.is_controller_node
|
||||
? nothing
|
||||
: html`
|
||||
<ha-button slot="primaryAction" @click=${this._abortFirmwareUpdate} variant="danger">
|
||||
<ha-button
|
||||
slot="primaryAction"
|
||||
@click=${this._abortFirmwareUpdate}
|
||||
variant="danger"
|
||||
>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.zwave_js.update_firmware.abort"
|
||||
)}
|
||||
|
@ -224,10 +224,10 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
|
||||
appearance="plain"
|
||||
href=${`provisioned?config_entry=${this.configEntryId}`}
|
||||
>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.zwave_js.dashboard.provisioned_devices"
|
||||
)}
|
||||
</ha-button>`
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.zwave_js.dashboard.provisioned_devices"
|
||||
)}
|
||||
</ha-button>`
|
||||
: nothing}
|
||||
</div>
|
||||
</ha-card>
|
||||
@ -490,7 +490,10 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
|
||||
"ui.panel.config.zwave_js.dashboard.nvm_backup.restoring"
|
||||
)}
|
||||
${this._restoreProgress}%`
|
||||
: html`<ha-button appearance="plain" @click=${this._downloadBackup}>
|
||||
: html`<ha-button
|
||||
appearance="plain"
|
||||
@click=${this._downloadBackup}
|
||||
>
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.zwave_js.dashboard.nvm_backup.download_backup"
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user