Skip to content

Releases: BottlecapDave/HomeAssistant-CarbonIntensity

v3.0.0

28 Apr 11:36
Compare
Choose a tag to compare

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

v2.0.2

01 Feb 06:05
Compare
Choose a tag to compare

2.0.2 (2024-02-01)

Bug Fixes

v2.0.1

13 Jan 08:15
Compare
Choose a tag to compare

2.0.1 (2024-01-13)

Bug Fixes

  • Fixed translations in config flow (524b2da)

v2.0.0

11 Oct 10:44
Compare
Choose a tag to compare

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.

v1.3.2

01 Apr 20:03
Compare
Choose a tag to compare

1.3.2 (2023-04-01)

Bug Fixes

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

Enjoying the integration? Why not make a one time or monthly GitHub sponsorship?

v1.3.1

25 Mar 12:04
Compare
Choose a tag to compare

1.3.1 (2023-03-25)

Bug Fixes

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

v1.3.0

18 Mar 10:30
Compare
Choose a tag to compare

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)

v1.2.0

29 Dec 15:42
Compare
Choose a tag to compare

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)

v1.1.0

23 Jul 16:31
Compare
Choose a tag to compare

1.1.0 (2022-07-23)

Features

  • sensor: Added current rating sensor (0893adf)

v1.0.0

05 May 18:46
Compare
Choose a tag to compare

1.0.0 (2022-05-05)

Features

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