Fix popup icons for 0.100. Fix #98

This commit is contained in:
2020-05-22 09:30:05 +02:00
parent 350a18bf81
commit 8823cb6272
5 changed files with 373 additions and 696 deletions

View File

@@ -43,13 +43,13 @@ class BrowserPlayer extends LitElement {
return html`
<ha-card>
<div class="card-content">
<paper-icon-button
<ha-icon-button
.icon=${player.muted
? "mdi:volume-off"
: "mdi:volume-high"
}
@click=${this.handleMute}
></paper-icon-button>
></ha-icon-button>
<ha-paper-slider
min=0
max=1