Skip to content

Commit

Permalink
release: Released v13.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 18, 2024
1 parent c049828 commit 7f0ad74
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 @@
## [13.0.2](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.0.1...v13.0.2) (2024-10-18)


### Bug Fixes

* Fixed issue with restoring target rate sensors when no target times are present ([7e38b6d](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/7e38b6d0d9d674f7d9a272dd132985c45c06ae8f))

## [13.0.2-beta.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.0.1...v13.0.2-beta.1) (2024-10-17)


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

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.2-beta.1",
"version": "13.0.2",
"zeroconf": []
}

0 comments on commit 7f0ad74

Please sign in to comment.