diff --git a/CHANGELOG.md b/CHANGELOG.md index df7847b7..29839347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.2.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v12.2.0...v12.2.1) (2024-08-26) + + +### Bug Fixes + +* Fixed issue where target rate sensor could not be reconfigured if min/max rate were set (15 minutes dev time) ([e7168e4](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/e7168e41ff1d0462ccbbaf481d3ddca649f11b1e)) + # [12.2.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v12.1.0...v12.2.0) (2024-08-18) diff --git a/custom_components/octopus_energy/const.py b/custom_components/octopus_energy/const.py index 203240cd..35bd4c0f 100644 --- a/custom_components/octopus_energy/const.py +++ b/custom_components/octopus_energy/const.py @@ -2,7 +2,7 @@ import homeassistant.helpers.config_validation as cv DOMAIN = "octopus_energy" -INTEGRATION_VERSION = "12.2.0" +INTEGRATION_VERSION = "12.2.1" REFRESH_RATE_IN_MINUTES_ACCOUNT = 60 REFRESH_RATE_IN_MINUTES_INTELLIGENT = 5 diff --git a/custom_components/octopus_energy/manifest.json b/custom_components/octopus_energy/manifest.json index 16779384..d3c37d2d 100644 --- a/custom_components/octopus_energy/manifest.json +++ b/custom_components/octopus_energy/manifest.json @@ -14,6 +14,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues", "ssdp": [], - "version": "12.2.0", + "version": "12.2.1", "zeroconf": [] } \ No newline at end of file