mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +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
|
const abortFirmwareUpdateButton = this._nodeStatus.is_controller_node
|
||||||
? nothing
|
? nothing
|
||||||
: html`
|
: html`
|
||||||
<ha-button slot="primaryAction" @click=${this._abortFirmwareUpdate} variant="danger">
|
<ha-button
|
||||||
|
slot="primaryAction"
|
||||||
|
@click=${this._abortFirmwareUpdate}
|
||||||
|
variant="danger"
|
||||||
|
>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.zwave_js.update_firmware.abort"
|
"ui.panel.config.zwave_js.update_firmware.abort"
|
||||||
)}
|
)}
|
||||||
|
@ -224,10 +224,10 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
|
|||||||
appearance="plain"
|
appearance="plain"
|
||||||
href=${`provisioned?config_entry=${this.configEntryId}`}
|
href=${`provisioned?config_entry=${this.configEntryId}`}
|
||||||
>
|
>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.zwave_js.dashboard.provisioned_devices"
|
"ui.panel.config.zwave_js.dashboard.provisioned_devices"
|
||||||
)}
|
)}
|
||||||
</ha-button>`
|
</ha-button>`
|
||||||
: nothing}
|
: nothing}
|
||||||
</div>
|
</div>
|
||||||
</ha-card>
|
</ha-card>
|
||||||
@ -490,7 +490,10 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
|
|||||||
"ui.panel.config.zwave_js.dashboard.nvm_backup.restoring"
|
"ui.panel.config.zwave_js.dashboard.nvm_backup.restoring"
|
||||||
)}
|
)}
|
||||||
${this._restoreProgress}%`
|
${this._restoreProgress}%`
|
||||||
: html`<ha-button appearance="plain" @click=${this._downloadBackup}>
|
: html`<ha-button
|
||||||
|
appearance="plain"
|
||||||
|
@click=${this._downloadBackup}
|
||||||
|
>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.zwave_js.dashboard.nvm_backup.download_backup"
|
"ui.panel.config.zwave_js.dashboard.nvm_backup.download_backup"
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user