Skip to content

Commit 79b471f

Browse files
release: Released v17.1.1 [skip ci]
1 parent 88f855f commit 79b471f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [17.1.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v17.1.0...v17.1.1) (2025-10-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed blocking loop error for greener nights ([492afdf](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/492afdfd999669001b189989d2e4d98aeded16a9))
7+
* Fixed issue with heat pump zones where changing hvac mode incorrectly set temperature (15 minutes dev time) ([8baa4f1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/8baa4f11d987d0bfd789aa3286116c123d75e9db))
8+
19
# [17.1.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v17.0.3...v17.1.0) (2025-10-27)
210

311

custom_components/octopus_energy/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DOMAIN = "octopus_energy"
2-
INTEGRATION_VERSION = "17.1.0"
2+
INTEGRATION_VERSION = "17.1.1"
33

44
REFRESH_RATE_IN_MINUTES_ACCOUNT = 360 # 6 hours
55
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": "17.1.0",
20+
"version": "17.1.1",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)