From 8732fa508da68ebedef2c25bd6d8bdcefa45241b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Jan 2025 07:47:23 +0000 Subject: [PATCH] release: Released v13.5.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ custom_components/octopus_energy/const.py | 2 +- custom_components/octopus_energy/manifest.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b535694..55178ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [13.5.4](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.5.3...v13.5.4) (2025-01-20) + + +### Bug Fixes + +* Added more guards against invalid data when retrieving previous consumption data (15 minutes dev time) ([68550fb](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/68550fba4346d62e38de3fb173b334e02f16a839)) +* Fixed issue where OE sometimes returns more gas consumption data than requested, which caused issues in other parts of the system (15 minutes dev time) ([22ea34b](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/22ea34b05462525e474816e4ee71e9385cb83dd7)) +* Fixed issue with boosting water heat pump zones when target temperature is not defined. This will now boost with a default temperature. See docs for more information ([ff7fa9b](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/ff7fa9bc0f817387ce44983b863a61fe246fab78)) + ## [13.5.3](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.5.2...v13.5.3) (2025-01-04) diff --git a/custom_components/octopus_energy/const.py b/custom_components/octopus_energy/const.py index eec1fe74..6d1748a2 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 = "13.5.3" +INTEGRATION_VERSION = "13.5.4" REFRESH_RATE_IN_MINUTES_ACCOUNT = 60 REFRESH_RATE_IN_MINUTES_INTELLIGENT = 3 diff --git a/custom_components/octopus_energy/manifest.json b/custom_components/octopus_energy/manifest.json index 9f74ae9f..d223369e 100644 --- a/custom_components/octopus_energy/manifest.json +++ b/custom_components/octopus_energy/manifest.json @@ -17,6 +17,6 @@ "pydantic" ], "ssdp": [], - "version": "13.5.3", + "version": "13.5.4", "zeroconf": [] } \ No newline at end of file