mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +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
|
||||
.hass="${this.hass}"
|
||||
.config="${this._config}"
|
||||
.showSecondary="false"
|
||||
.showSecondary=${false}
|
||||
>
|
||||
${OFF_STATES.includes(stateObj.state)
|
||||
? html`
|
||||
|
Loading…
x
Reference in New Issue
Block a user