Releases: TheFes/cheapest-energy-hours
Releases · TheFes/cheapest-energy-hours
v3.0.4
v3.0.3
🐛 BUG FIXES
- Fixed a stupid bug (missing comma) introduced in the previous version.
Previous change logs for those who missed them
v3.0.2
✨ IMPROVEMENTS
- The error messages now include the incorrect input which causes the error
- Parameters for
plot_sensor
andplot_attr
are added in case another sensor is used for the data plots.
v3.0.1
🐛 BUG FIXES
- There was a misplaced
endif
in the macro, which caused templates to be rendered which should not.
This was causing error messages which should have been caught earlier.
What's Changed
Full Changelog: v3.0.2...v3.0.3
v3.0.2
✨ IMPROVEMENTS
- The error messages now include the incorrect input which causes the error
- Parameters for
plot_sensor
andplot_attr
are added in case another sensor is used for the data plots.
🐛 BUG FIXES
- v3.0.1 fixes an issue where the error messages were not displayed, but instead a generic jinja message was shown. As I released that just half an hour ago, it is mentioned here as well :)
What's Changed
Full Changelog: v3.0.1...v3.0.2
v3.0.1
🐛 BUG FIXES
There was a misplaced endif
in the macro, which caused templates to be rendered which should not.
This was causing error messages which should have been caught earlier.
What's Changed
Full Changelog: v3.0.0...v3.0.1
v3.0.0
🚨 BREAKING
- The template no longer checks if data plots are complete. I've amended the template sensor so it will create a temporary plot while it's running, so the complete plots are not overwritten while a new plot is created. As the plots not marked as
incomplete
are per definition complete, there is no need to check on that. There is also no longer acomplete
key to check on in the new data plots. It might be wise to check if there are incomplete plots in the sensor, and remove them. - The data plot sensor is not automatically updated through HACS, you need to do that manually!
🌟 NEW
- The template now also works with energy providers with dynamic prices which update more than once per hour.
- It is now possible to remove data plots from the sensor.
✨ IMPROVEMENTS
- More error messages are added
- Checks on correct input for the parameters which expect a boolean are added (including error messages if not)
🐛 BUG FIXES
- Version 2.1.0 introduces a whitespace issue, where the output would have some additional whitespace. This meant you could not convert it to a datetime without using
trim
first. This is fixed now.
What's Changed
Full Changelog: v2.1.0...v3.0.0