Skip to content

Commit

Permalink
add lock to streaming window
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Mar 19, 2020
1 parent e20b63d commit 305c8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/hass-aarlo.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ class AarloGlance extends LitElement {
</div>
<div class="box box-bottom ${this._v.videoControls}">
<div >
<ha-icon @click="${() => { this.toggleLock(this._s.doorLockId); }}" class="${this._s.doorLockOn} ${this._v.doorLock}" icon="${this._s.doorLockIcon}" title="${this._s.doorLockText}"></ha-icon>
<ha-icon @click="${() => { this.toggleLight(this._s.lightId); }}" class="${this._s.lightOn} ${this._v.light}" icon="${this._s.lightIcon}" title="${this._s.lightText}"></ha-icon>
<ha-icon @click="${() => { this.controlStopVideoOrStream(); }}" class="${this._v.videoStop}" icon="mdi:stop" title="Click to stop"></ha-icon>
<ha-icon @click="${() => { this.controlPlayVideo(); }}" class="${this._v.videoPlay}" icon="mdi:play" title="Click to play"></ha-icon>
Expand Down

0 comments on commit 305c8f5

Please sign in to comment.