Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Removed '+' placed infront of wind by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
KNXBroker authored Oct 18, 2020
1 parent f302098 commit 8504a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather-card-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class WeatherCardChart extends Polymer.Element {
</template>
</div>
<div>
+ <ha-icon icon="[[getWindDirIcon(windBearing)]]"></ha-icon> [[getWindDir(windBearing)]]<br>
<ha-icon icon="[[getWindDirIcon(windBearing)]]"></ha-icon> [[getWindDir(windBearing)]]<br>
<ha-icon icon="hass:weather-windy"></ha-icon> [[computeWind(weatherObj.attributes.wind_speed)]] [[ll('uSpeed')]]
</div>
</div>
Expand Down

0 comments on commit 8504a84

Please sign in to comment.