Skip to content

Commit 6f0be57

Browse files
release: Released v17.1.0 [skip ci]
1 parent 7c3e13a commit 6f0be57

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [17.1.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v17.0.3...v17.1.0) (2025-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed issue where free electricity/saving session calendar next event was not resetting properly (5 minutes dev time) ([38e9e34](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/38e9e34787a3fb3e1925324b8be6a240804f4c3c))
7+
8+
9+
### Features
10+
11+
* Added calendar entity for highlighted greener nights (1 hour dev time) ([24c25a5](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/24c25a506767f91e51ac4bc82b204451250956f6))
12+
* Added service/action for retrieveing intelligent dispatches applicable at a given point in time via local data. This is useful to determine why off peak or dispatch sensors might have turned on (4.5 hours dev time) ([b803abb](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/b803abbfcab197804f4e4591457dc4f160c34b4b))
13+
* Updated greenness forecast to use newer greener nights API (1 hour dev time) ([bafdb0d](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/bafdb0d266daebf862b45e8811b3ce5f8631e59b))
14+
115
## [17.0.3](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v17.0.2...v17.0.3) (2025-10-23)
216

317

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

0 commit comments

Comments
 (0)