Skip to content

Commit b30fa12

Browse files
authored
Revert #25027 "more-info-camera: disable download_snapshot if idle" (#25643)
remove a check for "idle"
1 parent 6730d08 commit b30fa12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dialogs/more-info/controls/more-info-camera.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ class MoreInfoCamera extends LitElement {
4545
<ha-progress-button
4646
@click=${this._downloadSnapshot}
4747
.progress=${this._waiting}
48-
.disabled=${this.stateObj.state === UNAVAILABLE ||
49-
this.stateObj.state === "idle"}
48+
.disabled=${this.stateObj.state === UNAVAILABLE}
5049
>
5150
${this.hass.localize(
5251
"ui.dialogs.more_info_control.camera.download_snapshot"

0 commit comments

Comments
 (0)