mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
remove a check for "idle"
This commit is contained in:
parent
6730d08b85
commit
b30fa122ba
@ -45,8 +45,7 @@ class MoreInfoCamera extends LitElement {
|
|||||||
<ha-progress-button
|
<ha-progress-button
|
||||||
@click=${this._downloadSnapshot}
|
@click=${this._downloadSnapshot}
|
||||||
.progress=${this._waiting}
|
.progress=${this._waiting}
|
||||||
.disabled=${this.stateObj.state === UNAVAILABLE ||
|
.disabled=${this.stateObj.state === UNAVAILABLE}
|
||||||
this.stateObj.state === "idle"}
|
|
||||||
>
|
>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.dialogs.more_info_control.camera.download_snapshot"
|
"ui.dialogs.more_info_control.camera.download_snapshot"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user