Create number formatting options on the profile panel (#7925)

This commit is contained in:
Josh McCarty
2021-03-28 09:32:48 -07:00
committed by GitHub
parent 0393970a80
commit f43c420d59
85 changed files with 513 additions and 235 deletions

View File

@@ -76,7 +76,7 @@ class HuiTextEntityRow extends LitElement implements LovelaceRow {
${computeStateDisplay(
this.hass!.localize,
stateObj,
this.hass.language
this.hass.locale
)}
</div>
</hui-generic-entity-row>