Skip to content

Commit

Permalink
Fix Wind Speed heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 18, 2022
1 parent aa7c702 commit 57f7ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class WindSpeedView(SensorView):
def render(self):
SensorView.render(self)
self.heading(
self._data.wind_speed.latest(),
self._data.wind_speed.latest().value,
self.metric
)
self.footer(self.title.upper())
Expand Down

0 comments on commit 57f7ce1

Please sign in to comment.