From eeb3047e0011c6dbc864851911e750fd3f338d19 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Jan 2025 14:50:53 +0000 Subject: [PATCH] release: Released v13.5.2 [skip ci] --- CHANGELOG.md | 7 +++++++ custom_components/octopus_energy/const.py | 2 +- custom_components/octopus_energy/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1660df43..7d93553c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/custom_components/octopus_energy/const.py b/custom_components/octopus_energy/const.py index 062b7ef3..adabe55f 100644 --- a/custom_components/octopus_energy/const.py +++ b/custom_components/octopus_energy/const.py @@ -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 diff --git a/custom_components/octopus_energy/manifest.json b/custom_components/octopus_energy/manifest.json index fe6abf9e..143b8d0d 100644 --- a/custom_components/octopus_energy/manifest.json +++ b/custom_components/octopus_energy/manifest.json @@ -17,6 +17,6 @@ "pydantic" ], "ssdp": [], - "version": "13.5.1", + "version": "13.5.2", "zeroconf": [] } \ No newline at end of file