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

Commit

Permalink
Merge pull request #40 from scstraus/patch-1
Browse files Browse the repository at this point in the history
Fixed tiny weather icon in hass v0.110+
  • Loading branch information
Yevgenium authored Jul 1, 2020
2 parents 3a99a11 + 5743227 commit 881396a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion weather-card-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class WeatherCardChart extends Polymer.Element {
.main ha-icon {
--iron-icon-height: 74px;
--iron-icon-width: 74px;
--mdc-icon-size: 74px;
margin-right: 20px;
}
.main div {
Expand Down Expand Up @@ -167,7 +168,7 @@ class WeatherCardChart extends Polymer.Element {
</template>
</div>
<div>
<ha-icon icon="hass:[[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 881396a

Please sign in to comment.