Skip to content

Releases: JaccoR/hass-entso-e

v0.7.1

09 Dec 17:51
32f637b

Choose a tag to compare

What's Changed

  • Making the API calls async, which prevents bricked HomeAssistant during Entso-e outages in #266

Full Changelog: v0.7.0...v0.7.1

v0.7.0

26 Oct 10:06
bd14410

Choose a tag to compare

What's Changed

  • Adding comments and reschuffle code without functional changes by @Pluimvee in #204
  • Full support for PT15M resolution and handle overlapping timeseries by @Pluimvee in #206
  • Add Dutch translations and VAT example by @scspijker in #236
  • Price modifier should revert to default template when submitted empty by @scspijker in #235
  • Refactor EntsoeOptionFlowHandler to remove config_entry parameter and… by @maxevilmind in #233
  • Update README.md by @skinkie in #237
  • Parse data based on 15M data, and allow for configuring averaging to 60M by @Matthijsy in #247

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.4-beta1

12 Oct 19:16

Choose a tag to compare

v0.6.4-beta1 Pre-release
Pre-release

What's Changed

  • Make the update of the filtered hourprices threadsafe and remove stale data.
  • Adding comments and reschuffle code without functional changes by @Pluimvee in #204

Full Changelog: v0.6.3...v0.6.4-beta1

v0.6.3

09 Oct 15:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.3

v0.6.3-beta2

08 Oct 12:49

Choose a tag to compare

v0.6.3-beta2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.3-beta2

v0.6.3-beta1

07 Oct 14:56
b9cfb8d

Choose a tag to compare

v0.6.3-beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.3-beta1

v0.6.1

04 Oct 16:00

Choose a tag to compare

What's Changed

  • Fix parsing xml response
  • Add energy_scale (kWh, MWh) option by @alaraun in #183
  • Remove dependency on exact namespace. by @Roeland54 in #185

New Contributors

Full Changelog: v0.5.1...v0.6.1

v0.5.1

22 Sep 11:31

Choose a tag to compare

*Bugfix DE_LU zone only use PT60M data.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Sep 12:03

Choose a tag to compare

What's Changed

  • Default display precision of 3 decimals
  • Make entities part of a service
  • Fixing icons of entities
  • Add home assistant action "get_energy_prices" to fetch prices.
  • Updated state_classes to be more accurate.
  • Removed broken restore logic
  • Reduced amount of api's calls to entso-e
  • Reworked api fetching logic and removed dependency on entsoe-py because of conflicts and issues with Pandas and Bs4.
  • Reworked update logic for "prices_today", "prices_tomorrow" attributes.
  • Improvements to increase the reliability when errors happen or the entso-e api goes down

v0.5.0-beta3

13 Sep 20:26

Choose a tag to compare

v0.5.0-beta3 Pre-release
Pre-release

What's Changed

  • Default display precision of 3 decimals
  • Make entities part of a service
  • Fixing icons of entities
  • Add home assistant action "get_energy_prices" to fetch prices.
  • Updated state_classes to be more accurate.
  • Removed broken restore logic
  • Reduced amount of api's calls to entso-e
  • Reworked api fetching logic and removed dependency on entsoe-py because of conflicts and issues with Pandas and Bs4.
  • Reworked update logic for "prices_today", "prices_tomorrow" attributes.
  • Improvements to increase the reliability when errors happen or the entso-e api goes down