Skip to content

Releases: JaccoR/hass-entso-e

v0.6.4-beta1

12 Oct 19:16
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.5.0-beta2

13 Sep 12:38
Compare
Choose a tag to compare
v0.5.0-beta2 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

v0.5.0-beta1

11 Sep 18:43
51c176d
Compare
Choose a tag to compare
v0.5.0-beta1 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