Skip to content

Commit 8732fa5

Browse files
release: Released v13.5.4 [skip ci]
1 parent f0f0443 commit 8732fa5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [13.5.4](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.5.3...v13.5.4) (2025-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* Added more guards against invalid data when retrieving previous consumption data (15 minutes dev time) ([68550fb](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/68550fba4346d62e38de3fb173b334e02f16a839))
7+
* 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))
8+
* 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))
9+
110
## [13.5.3](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.5.2...v13.5.3) (2025-01-04)
211

312

custom_components/octopus_energy/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import homeassistant.helpers.config_validation as cv
33

44
DOMAIN = "octopus_energy"
5-
INTEGRATION_VERSION = "13.5.3"
5+
INTEGRATION_VERSION = "13.5.4"
66

77
REFRESH_RATE_IN_MINUTES_ACCOUNT = 60
88
REFRESH_RATE_IN_MINUTES_INTELLIGENT = 3

custom_components/octopus_energy/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"pydantic"
1818
],
1919
"ssdp": [],
20-
"version": "13.5.3",
20+
"version": "13.5.4",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)