mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Add 'state' option for secondary entity info on Entities card (#26201)
* add 'state' option for secondary entity info on Entities card * Use formatEntityState instead of computeStateDisplay
This commit is contained in:
@@ -146,7 +146,11 @@ export class HuiGenericEntityRow extends LitElement {
|
||||
100
|
||||
)}
|
||||
%`
|
||||
: nothing)}
|
||||
: this.config.secondary_info === "state"
|
||||
? html`${this.hass.formatEntityState(
|
||||
stateObj
|
||||
)}`
|
||||
: nothing)}
|
||||
</div>
|
||||
`
|
||||
: nothing}
|
||||
|
||||
Reference in New Issue
Block a user