Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed Jan 4, 2025
2 parents 7ce15bd + dcf2cf6 commit 79fe1a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [13.5.2](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.5.1...v13.5.2) (2025-01-03)


### Bug Fixes

* Fixed intelligent charge target to support increments of 1 (5 minutes dev time) ([416dcf7](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/416dcf7dec683f40c9876b381363cba6aceb3044))

## [13.5.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.5.0...v13.5.1) (2025-01-02)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/octopus_energy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import homeassistant.helpers.config_validation as cv

DOMAIN = "octopus_energy"
INTEGRATION_VERSION = "13.5.1"
INTEGRATION_VERSION = "13.5.2"

REFRESH_RATE_IN_MINUTES_ACCOUNT = 60
REFRESH_RATE_IN_MINUTES_INTELLIGENT = 3
Expand Down
2 changes: 1 addition & 1 deletion custom_components/octopus_energy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"pydantic"
],
"ssdp": [],
"version": "13.5.1",
"version": "13.5.2",
"zeroconf": []
}

0 comments on commit 79fe1a7

Please sign in to comment.