Weather card fix typo (#1229)

This commit is contained in:
c727 2018-05-30 01:24:28 +02:00 committed by GitHub
parent 74e0779d38
commit 348943f221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ class HaWeatherCard extends
[[stateObj.attributes.humidity]] %
</div>
</template>
<template is="dom-if" if="[[_showValue(stateObj.attributes.humidity)]]">
<template is="dom-if" if="[[_showValue(stateObj.attributes.wind_speed)]]">
<div>
[[localize('ui.card.weather.attributes.wind_speed')]]:
[[getWind(stateObj.attributes.wind_speed, stateObj.attributes.wind_bearing, localize)]]