From 1a424227a9fd1a27d21baf6218a2f2cc2af8c16e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Dec 2022 15:42:31 +0000 Subject: [PATCH] release: Released v1.2.0 [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ .../carbon_intensity/manifest.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67d800..d113d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/custom_components/carbon_intensity/manifest.json b/custom_components/carbon_intensity/manifest.json index 38d46f2..d16b6ac 100644 --- a/custom_components/carbon_intensity/manifest.json +++ b/custom_components/carbon_intensity/manifest.json @@ -11,6 +11,6 @@ "codeowners": [ "@bottlecapdave" ], - "version": "1.1.0", + "version": "1.2.0", "iot_class": "cloud_polling" } \ No newline at end of file