Skip to content

v0.8.1

Choose a tag to compare

@Mallonbacka Mallonbacka released this 11 Aug 15:36
e32413f

What's Changed

  • Remove reliance on ContextVar in coordinator by @Mallonbacka in #146 - this is related to some internal changes in Home Assistant. It's not necessary for custom components to do this yet, but it's nice to follow it pre-emptively and stay ahead of the curve. You shouldn't notice any changes.
  • Always use keyword arguments for requests.get by @Mallonbacka in #149 - an issue was reported where the reliance on declaring params as a positional argument in a requests.get call resulted in an error setting up an integration. This swaps to declaring it with a keyword. If you've already got your integration configured, you won't be affected, but this should make onboarding a bit more reliable for new users.

Full Changelog: v0.8.0...v0.8.1