Skip to content

Commit

Permalink
release: Released v13.0.1-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 15, 2024
1 parent 9d1376e commit 2be7239
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.0.1-beta.2](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.0.1-beta.1...v13.0.1-beta.2) (2024-10-15)


### Bug Fixes

* Fixed issue with loading sensors when electricity meters are not present ([1fdfff3](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/1fdfff3b459c6f515fddea63b6b4dc880183e731))

## [13.0.1-beta.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v13.0.0...v13.0.1-beta.1) (2024-10-15)


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.0.1-beta.1"
INTEGRATION_VERSION = "13.0.1-beta.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 @@ -14,6 +14,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues",
"ssdp": [],
"version": "13.0.1-beta.1",
"version": "13.0.1-beta.2",
"zeroconf": []
}

0 comments on commit 2be7239

Please sign in to comment.