Skip to content

Commit

Permalink
chore: Merged main into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 1, 2024
2 parents c064051 + b2d8185 commit 88e25a8
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.2.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.2.0...v13.2.1) (2024-12-01)


### Bug Fixes

* Fixed retrieving diagnostics (15 minutes dev time) ([c064051](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/c0640516fffffc4601016119c60b7d356986932e))

# [13.2.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.1.3...v13.2.0) (2024-12-01)


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.2.0"
INTEGRATION_VERSION = "13.2.1"

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 @@ -14,6 +14,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues",
"ssdp": [],
"version": "13.2.0",
"version": "13.2.1",
"zeroconf": []
}

0 comments on commit 88e25a8

Please sign in to comment.