Skip to content

Commit 58943e9

Browse files
chore: Merged main into develop
2 parents 96ac524 + c30b0f8 commit 58943e9

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+
# [15.2.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v15.1.0...v15.2.0) (2025-06-11)
2+
3+
4+
### Features
5+
6+
* Added support for HUAWEI_V2 and MYENERGI_V2 intelligent providers (15 minutes dev time) ([96ac524](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/96ac524df5f854be6277fff0fd221ea4771b380d))
7+
18
# [15.1.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v15.0.2...v15.1.0) (2025-05-31)
29

310

custom_components/octopus_energy/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from homeassistant.helpers import selector
44

55
DOMAIN = "octopus_energy"
6-
INTEGRATION_VERSION = "15.1.0"
6+
INTEGRATION_VERSION = "15.2.0"
77

88
REFRESH_RATE_IN_MINUTES_ACCOUNT = 60
99
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": "15.1.0",
20+
"version": "15.2.0",
2121
"zeroconf": []
2222
}

0 commit comments

Comments
 (0)