Skip to content

Commit 2e14de0

Browse files
release: Released v17.0.1 [skip ci]
1 parent 7f37b2b commit 2e14de0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.0.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v17.0.0...v17.0.1) (2025-10-15)
2+
3+
4+
### Bug Fixes
5+
6+
* Reverted change to electricity and gas rate sensors to be measurements classes to match rate sensors in other native integrations and provide min/max/average stats. This is forcing some users to delete historic data for long term statistics to work. I'll try and bring back this feature in the future in some capacity. ([60672f4](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/60672f4ee1d92ea866ee711a74563eba56ab1680))
7+
18
# [17.0.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v16.3.1...v17.0.0) (2025-10-12)
29

310

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.0.0"
2+
INTEGRATION_VERSION = "17.0.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.0.0",
20+
"version": "17.0.1",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)