mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +00:00
Show pressure units in weather details card (#9295)
This commit is contained in:
parent
2427d68aa1
commit
797f60d725
@ -108,7 +108,7 @@ class MoreInfoWeather extends LitElement {
|
|||||||
this.stateObj.attributes.pressure,
|
this.stateObj.attributes.pressure,
|
||||||
this.hass.locale
|
this.hass.locale
|
||||||
)}
|
)}
|
||||||
${getWeatherUnit(this.hass, "air_pressure")}
|
${getWeatherUnit(this.hass, "pressure")}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user