v0.3.1
What's Changed
- Always retun list, even if empty, on cheapest hours attributes #19 (#28)
- Add extra verification for nord pool validity. Fix proposal for #33 (#36)
- Add support for price_limit that can be used also on inversed functionality. Deprecates max_price.
- Add support for trigger_hour. Deprecates trigger_time.
- Support for price_limit and trigger_hour to get value from another entity dynamically.
- Increase debug logging.
Deprecations
- Deprecated max_price -> use price_limit instead
- Deprecated trigger_time -> use trigger_hour instead
Old configurations using max_price and/or trigger_time will work for few more releases, but will be removed eventually.
Full Changelog: 0.3.0...0.3.1