Skip to content

Switches, buttons and actions

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 21:09
· 127 commits to refs/heads/master since this release

Downloads for this release

IMPORTANT!

If you are using a version between v0.9.58 and v0.9.62, please upgrade to this version as soon as possible! All versions of this integration between v0.9.58 and v0.9.62 has had an issue with the signalr reconnect error handling that causes lots of failed accesses to Easee signalr servers. Installing this new version will help improve the stability of the Easee servers and free up resources for more quick response. You might not have experienced any problems in your installation but under the hood there has been lots of issues. See more details below.

Notable Changes

  • The binary sensors for schedule and surplus charging has changed to switches, this makes it easier to manually enable/disable schedules and surplus charging.
  • The action set_load_balancing was renamed to set_surplus_charging to be more consistent.
  • A new button to override the schedules was added.

Changes

  • Binary sensors change to switches (basic, weekly schedule and surplus charging) @olalid (#501)
  • Change service name (from set_load_balancing to set_surplus_charging). @olalid (#501)
  • Add button entity for override_schedule action @astrandb (#496)

Translation

Dependencies

Code quality and maintenance

  • Change deprecated async_timeout to asyncio.timeout @astrandb (#504)