From cfb698d0a6a41e554cc33b432d2767ce66d17b5e Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:42:57 -0700 Subject: [PATCH] Fix more info weather forecast (#17747) --- src/dialogs/more-info/controls/more-info-weather.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/dialogs/more-info/controls/more-info-weather.ts b/src/dialogs/more-info/controls/more-info-weather.ts index f7afd68086..123d3ca4de 100644 --- a/src/dialogs/more-info/controls/more-info-weather.ts +++ b/src/dialogs/more-info/controls/more-info-weather.ts @@ -252,7 +252,8 @@ class MoreInfoWeather extends LitElement { ${this._showValue(item.templow) ? this.hass.formatEntityAttributeValue( this.stateObj!, - "templow" + "templow", + item.templow ) : hourly ? "" @@ -262,7 +263,8 @@ class MoreInfoWeather extends LitElement { ${this._showValue(item.temperature) ? this.hass.formatEntityAttributeValue( this.stateObj!, - "temperature" + "temperature", + item.temperature ) : "—"}