Skip to content

Commit

Permalink
release: Released v1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 29, 2022
1 parent f45d35c commit 1a42422
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.2.0](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/compare/v1.1.0...v1.2.0) (2022-12-29)


### Bug Fixes

* **binary-sensor:** Fixed issue when start/end time isn't set ([f7b8236](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/f7b823632ffc81c6636ed5291f7b0e339153f136))
* **binary-sensor:** Fixed text of rolling_target to reflect behaviour ([4267375](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/426737568336528fab4d7735bc7bc369c381de11))
* **config:** Fixed issue with configuring when star/end/offset not set ([348d8f8](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/348d8f81004d0880c7ec62f03055413f7235bf4d))
* **config:** Fixed loading binary sensor when start/end is not set ([3979644](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/3979644b81ded21b1193e0a469d298c643942ca0))
* **sensor:** Updated to reevaluate current rating every minute ([03fce94](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/03fce94b2315093f5e94e3a1a3956600e2ef855d))
* Updated translations ([9d4fd97](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/9d4fd97dc62686d2948ba9637929365d60a7d7c7))


### Features

* **binary-sensor:** Added facility to restrict target rates sensors from only reaching the target once a day ([5a1e926](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/5a1e9267353ef13a4099b112a61a90bb1a0448a5))
* **sensor:** Added unit of measurement for current rating ([a4d4aca](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/commit/a4d4acad316d3553ca4da28428d1eebe529b16eb))

# [1.1.0](https://github.com/BottlecapDave/HomeAssistant-CarbonIntensity/compare/v1.0.0...v1.1.0) (2022-07-23)


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 @@
"codeowners": [
"@bottlecapdave"
],
"version": "1.1.0",
"version": "1.2.0",
"iot_class": "cloud_polling"
}

0 comments on commit 1a42422

Please sign in to comment.