mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Add support for entity translation key (#14482)
This commit is contained in:
@@ -120,7 +120,8 @@ class HuiWeatherEntityRow extends LitElement implements LovelaceRow {
|
||||
? computeStateDisplay(
|
||||
this.hass.localize,
|
||||
stateObj,
|
||||
this.hass.locale
|
||||
this.hass.locale,
|
||||
this.hass.entities
|
||||
)
|
||||
: html`
|
||||
${formatNumber(
|
||||
|
||||
Reference in New Issue
Block a user