Show volume slider on smaller screens (#5385)

* Show volume slider on smaller screens

* Update hui-media-player-entity-row.ts

* Beter deal with unavailable and off states
This commit is contained in:
Bram Kragten
2020-04-01 17:24:22 +02:00
committed by GitHub
parent da229d9b65
commit dfe808cfb4
3 changed files with 122 additions and 96 deletions

View File

@@ -60,6 +60,7 @@ export class StateBadge extends LitElement {
const iconStyle: Partial<CSSStyleDeclaration> = {
color: "",
filter: "",
display: "",
};
const hostStyle: Partial<CSSStyleDeclaration> = {
backgroundImage: "",