mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Fix number format in state-card-display (#7703)
This commit is contained in:
parent
3b7a189708
commit
6cf47ba4eb
@ -52,7 +52,7 @@ class StateCardDisplay extends LocalizeMixin(PolymerElement) {
|
||||
|
||||
${this.stateInfoTemplate}
|
||||
<div class$="[[computeClassNames(stateObj)]]">
|
||||
[[computeStateDisplay(localize, stateObj, language)]]
|
||||
[[computeStateDisplay(localize, stateObj, hass.language)]]
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user