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 Nov 22, 2023
2 parents 00c1a87 + 99a3425 commit 2e3900f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [9.0.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v9.0.0...v9.0.1) (2023-11-22)


### Bug Fixes

* Fixed issue where all previous day rates are not retrieved for agile tariff ([1ff0ce9](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/1ff0ce9cc0b641616756b1a4c3c26872966aa26f))
* Fixed issue where restore state was set to invalid unknown value ([24c09d6](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/24c09d66e42f8c0e4385e2020ef16fda33dd62ef))
* Fixed refresh_previous_consumption_data for gas to populate kwh data ([e5b3a3e](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/e5b3a3ecf651eb8b88cfab5eb45bdf9504565c93))
* Removed stale last_updated_timestamp attributes ([763842f](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/763842fff41e5e5357acbd5a3d9267813130bc06))
* Updated previous/current/next event rate sensors to not be disabled by default ([e10c6dd](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/e10c6dd2e1a7753e70ed8dbddd35fb6515f77458))

# [9.0.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v8.5.2...v9.0.0) (2023-11-20)


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": "9.0.0",
"version": "9.0.1",
"zeroconf": []
}

0 comments on commit 2e3900f

Please sign in to comment.