diff --git a/__init__.py b/__init__.py index 5a2766e3..f2c371e4 100644 --- a/__init__.py +++ b/__init__.py @@ -1379,7 +1379,8 @@ def __populate_current(self, report, unit=None): wind = self.get_wind_speed(forecastWeather) report['wind'] = "{} {}".format(wind[0], wind[1] or "") - report['day'] = "today" + report['day'] = self.__to_day(extract_datetime('today')[0], + preface=True) return report