mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
fix media row secondary info (#3957)
This commit is contained in:
parent
64dd8c463d
commit
b61bbee35a
@ -66,7 +66,7 @@ class HuiMediaPlayerEntityRow extends LitElement implements EntityRow {
|
|||||||
<hui-generic-entity-row
|
<hui-generic-entity-row
|
||||||
.hass="${this.hass}"
|
.hass="${this.hass}"
|
||||||
.config="${this._config}"
|
.config="${this._config}"
|
||||||
.showSecondary="false"
|
.showSecondary=${false}
|
||||||
>
|
>
|
||||||
${OFF_STATES.includes(stateObj.state)
|
${OFF_STATES.includes(stateObj.state)
|
||||||
? html`
|
? html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user