Skip to content

Commit

Permalink
release: Released v10.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 7, 2024
1 parent 68321fe commit 5edb083
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 @@
## [10.0.2](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v10.0.1...v10.0.2) (2024-01-07)


### Bug Fixes

* Removed entity migration as not working properly and putting things into weird state. Follow https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/discussions/678 for updates ([daa492f](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/daa492ffbf2c83de78623b0268220841dc117d8b))

## [10.0.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v10.0.0...v10.0.1) (2024-01-06)


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 = "10.0.1"
INTEGRATION_VERSION = "10.0.2"

REFRESH_RATE_IN_MINUTES_ACCOUNT = 60
REFRESH_RATE_IN_MINUTES_INTELLIGENT = 5
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": "10.0.1",
"version": "10.0.2",
"zeroconf": []
}

0 comments on commit 5edb083

Please sign in to comment.