Yevgenium / weather-chart-card

Custom weather card with charts
MIT License
275 stars 81 forks source link

Delete unnecessary character in v0.2.7 #49

Closed maxl67 closed 2 years ago

maxl67 commented 3 years ago

when I install version 0.2.7 there is a "+" character at the beginning of line 171:

            <div>
+             <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>

Thanks a lot for your work on this great card. Love it.

KNXBroker commented 3 years ago

Shoud be solved with #46