mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Weather card fix typo (#1229)
This commit is contained in:
parent
74e0779d38
commit
348943f221
@ -113,7 +113,7 @@ class HaWeatherCard extends
|
|||||||
[[stateObj.attributes.humidity]] %
|
[[stateObj.attributes.humidity]] %
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template is="dom-if" if="[[_showValue(stateObj.attributes.humidity)]]">
|
<template is="dom-if" if="[[_showValue(stateObj.attributes.wind_speed)]]">
|
||||||
<div>
|
<div>
|
||||||
[[localize('ui.card.weather.attributes.wind_speed')]]:
|
[[localize('ui.card.weather.attributes.wind_speed')]]:
|
||||||
[[getWind(stateObj.attributes.wind_speed, stateObj.attributes.wind_bearing, localize)]]
|
[[getWind(stateObj.attributes.wind_speed, stateObj.attributes.wind_bearing, localize)]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user