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 #43 from SiliconAvatar/master
Browse files Browse the repository at this point in the history
Update for HA 0.115 Chances
  • Loading branch information
Yevgenium authored Sep 20, 2020
2 parents 881396a + 3f01243 commit f302098
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 @@ -172,7 +172,7 @@ class WeatherCardChart extends Polymer.Element {
<ha-icon icon="hass:weather-windy"></ha-icon> [[computeWind(weatherObj.attributes.wind_speed)]] [[ll('uSpeed')]]
</div>
</div>
<ha-chart-base data="[[ChartData]]"></ha-chart-base>
<ha-chart-base hass="[[_hass]]" data="[[ChartData]]"></ha-chart-base>
<div class="conditions">
<template is="dom-repeat" items="[[forecast]]">
<div>
Expand Down

0 comments on commit f302098

Please sign in to comment.