Skip to content

Commit

Permalink
release: Released v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 28, 2024
1 parent 564c04e commit 673dba4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [3.0.0](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/compare/v2.0.2...v3.0.0) (2024-04-28)


### Bug Fixes

* Fixed registration of update target rate config service ([02f89ee](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/02f89ee377b4ee7add761fb8b2781ce1917a240b))
* Updated default naming of entities to be better for areas of HA where space is limited ([4f749a3](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/4f749a390267f77ea96ced359e7b523b00dab0b4))
* updated timestamps in attributes and events to be in local time ([eba53bd](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/eba53bdce515b29bed48aa14a5b08a11c2bde399))


### Features

* Added support for finding latest intensity blocks and defining maximum intensity for target rate sensors ([f0f7aa7](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/f0f7aa790d78b19cdf86fdcda990fdbf98c07f58))
* Added support for national carbon intensity rates ([f3877e1](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/f3877e1f407bca80fc4e9eccf1d74c8e85aabf7f))


### 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](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/compare/v2.0.1...v2.0.2) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/carbon_intensity/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/issues",
"ssdp": [],
"version": "2.0.2",
"version": "3.0.0",
"zeroconf": []
}

0 comments on commit 673dba4

Please sign in to comment.