Skip to content

Commit

Permalink
release: Released v13.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 16, 2024
1 parent b930aba commit 816543d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [13.0.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.0.0...v13.0.1) (2024-10-16)


### Bug Fixes

* Fixed issue with initialisation when account has no electricity meters ([936eed4](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/936eed4e87f074f17b0ba6d063fbaef95672afcb))
* Fixed issue with loading sensors when electricity meters are not present ([1fdfff3](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/1fdfff3b459c6f515fddea63b6b4dc880183e731))
* Fixed issue with target rate and rolling target rate sensors when target times had not been previously evaluated ([cdc410d](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/cdc410df88b32ecb0a9abca96f740544944b9702))

# [13.0.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v12.2.1...v13.0.0) (2024-10-14)


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 = "13.0.1-beta.2"
INTEGRATION_VERSION = "13.0.1"

REFRESH_RATE_IN_MINUTES_ACCOUNT = 60
REFRESH_RATE_IN_MINUTES_INTELLIGENT = 3
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": "13.0.1-beta.2",
"version": "13.0.1",
"zeroconf": []
}

0 comments on commit 816543d

Please sign in to comment.