Skip to content

Latest commit

 

History

History
117 lines (60 loc) · 7.22 KB

CHANGELOG.md

File metadata and controls

117 lines (60 loc) · 7.22 KB

3.0.0 (2024-04-28)

Bug Fixes

  • Fixed registration of update target rate config service (02f89ee)
  • Updated default naming of entities to be better for areas of HA where space is limited (4f749a3)
  • updated timestamps in attributes and events to be in local time (eba53bd)

Features

  • Added support for finding latest intensity blocks and defining maximum intensity for target rate sensors (f0f7aa7)
  • Added support for national carbon intensity rates (f3877e1)

BREAKING CHANGES

  • If you are relying on the current default names, you will need to adjust accordingly. This will not effect the entity ids, so no automations should be effected.
  • If you are relying on timestamps in attributes and events to be in UTC, then you'll need to adjust accordingly

2.0.2 (2024-02-01)

Bug Fixes

2.0.1 (2024-01-13)

Bug Fixes

  • Fixed translations in config flow (524b2da)

2.0.0 (2023-10-11)

Bug Fixes

  • binary-sensor: Fixed next_time on target rate sensors to take account of configured offsets (1e1f38b)
  • config: Updated target rate sensor to support type and name to be updated (e906b9a)

Features

  • raised events when rates are refreshed. These are exposed in new event entities. (400d147)
  • updated name of current rating sensor to include target region and removed all_rates attribute (749e5e3)

BREAKING CHANGES

  • all_rates attribute has been removed from target rating in favour of new event entities. The name of the current rating sensor now includes the region.

1.3.2 (2023-04-01)

Bug Fixes

  • Removed restore state from target rate sensor (799bed4)

1.3.1 (2023-03-25)

Bug Fixes

  • Added missing RestoreEntity base class to sensors (143d89d)

1.3.0 (2023-03-18)

Bug Fixes

  • binary-sensor: Fixed applying offset multiple times (d9cc6f4)
  • binary-sensor: Fixed offset not being applied to discovered target rates (322f4a0)
  • binary-sensor: Fixed target rate active check to account for period ending now (e532ecc)
  • Fixed sensors reloading between restarts (6c12413)

Features

  • Added service for updating a target rate's config temporarily (d40250d)
  • Updated target rates to support shifting evaluation period (6ac0a4e)

1.2.0 (2022-12-29)

Bug Fixes

  • binary-sensor: Fixed issue when start/end time isn't set (f7b8236)
  • binary-sensor: Fixed text of rolling_target to reflect behaviour (4267375)
  • config: Fixed issue with configuring when star/end/offset not set (348d8f8)
  • config: Fixed loading binary sensor when start/end is not set (3979644)
  • sensor: Updated to reevaluate current rating every minute (03fce94)
  • Updated translations (9d4fd97)

Features

  • binary-sensor: Added facility to restrict target rates sensors from only reaching the target once a day (5a1e926)
  • sensor: Added unit of measurement for current rating (a4d4aca)

1.1.0 (2022-07-23)

Features

  • sensor: Added current rating sensor (0893adf)

1.0.0 (2022-05-05)

Features

  • Initial commit based on Octopus Energy component (54c9f16)
  • Updated config translations (174c16d)