v0.3.0
BREAKING CHANGE
This release supports the new data structure introduced in the 9.0.0 version of the Octopus Energy integration. You will need to ensure you upgrade both the card and the integration at the same time and follow the steps below!
How to update
You will need to enable the event
entity for the data to be available to the card, and update your Lovelace dashboard yaml to point to those three new entities.
The README has been updated to reflect this, but in brief, the configuration now needs to look something like
currentEntity: event.octopus_energy_electricity_<your_id_here>_current_day_rates
pastEntity: event.octopus_energy_electricity_<your_id_here>_previous_day_rates
futureEntity: event.octopus_energy_electricity_<your_id_here>_next_day_rates
Those are the three entities you need to enable in the Integration, as they're disabled by default. In the Integration settings, filter by disabled entities and then search for the last section (e.g. current_day_rates
) then press the button to enable the entity. It may take up to an hour for the data to be present, so don't panic if the card doesn't work immediately.
Huge thanks to the contributors to this repo for getting this updated 👍 (@igloo32 @stevetrease)
What's Changed
New Contributors
Full Changelog: v0.2.0...v0.3.0