Show pressure units in weather details card (#9295)

This commit is contained in:
rianadon 2021-06-01 02:40:04 -07:00 committed by GitHub
parent 2427d68aa1
commit 797f60d725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ class MoreInfoWeather extends LitElement {
this.stateObj.attributes.pressure,
this.hass.locale
)}
${getWeatherUnit(this.hass, "air_pressure")}
${getWeatherUnit(this.hass, "pressure")}
</div>
</div>
`