Skip to content

v5.5.0

Compare
Choose a tag to compare
@TheFes TheFes released this 02 Apr 09:24
· 12 commits to main since this release
e689dea

🌟 IMPROVEMENTS

  • Add option to use 'all' as input for the hours parameter. When hours='all' is set, all hours between the start and end will be used. This can for example be practical when you want the average price of the whole day, and will avoid issues when hours=24 and there are only 23 hours in the day because of DST.

πŸ› BUG FIXES

  • Fix a bug in the time_key finder when the data also includes yesterday's prices.
  • Fix a bug in de debug output

What's Changed

  • Add hours='all' by @TheFes in #135
  • Fix time_key finder for sensors which have data from yesterday by @TheFes in #136
  • Fix hours='all' when end is after available data by @TheFes in #137

Full Changelog: v5.4.4...v5.5.0