Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 17:13
· 1533 commits to main since this release

3.0.0 (2021-12-22)

Bug Fixes

  • sensor: Removed code for falling back on fixed tariffs if no agreement is found (9a5045b)

Features

  • sensor: Added sensors for accumulative cost of gas for the previous day (42a1408)
  • sensor: Created coordinator for retrieving current reading and created initial electricity consumption cost (4f09269)
  • sensor: removed current consumption sensors due to insufficient data provided by Octopus Energy (0470ff3)
  • sensor: Removed registering of current consumption sensors (d263a68)
  • sensor: Updated previous day consumption to only be valid if enough data points are available (9e71ef2)
  • sensor: Updated previous day cost sensor to include breakdown and standing charges (6618246)
  • updated docs (dff4d16)

BREAKING CHANGES

  • We no longer fall back to fixed rate agreements if an active agreement can't be found. This was
    added by mistake when people were not receiving sensors when they had moved home and therefore an
    inactive house was being picked up. This means that some sensors may disapper, but these should just
    be inactive meters.
  • sensor: Latest consumption sensors are no longer available, which may cause issues anywhere they are used.