We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6730d08 commit b30fa12Copy full SHA for b30fa12
src/dialogs/more-info/controls/more-info-camera.ts
@@ -45,8 +45,7 @@ class MoreInfoCamera extends LitElement {
45
<ha-progress-button
46
@click=${this._downloadSnapshot}
47
.progress=${this._waiting}
48
- .disabled=${this.stateObj.state === UNAVAILABLE ||
49
- this.stateObj.state === "idle"}
+ .disabled=${this.stateObj.state === UNAVAILABLE}
50
>
51
${this.hass.localize(
52
"ui.dialogs.more_info_control.camera.download_snapshot"
0 commit comments