Skip to content

Commit

Permalink
release: Released v12.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent 309c090 commit 3b0bf84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/octopus_energy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/octopus_energy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}

0 comments on commit 3b0bf84

Please sign in to comment.