Skip to content

Releases: Crewski/Pumpspy-HA

v0.1.4.2

04 May 15:27
Compare
Choose a tag to compare

Fix error when setting up entries, changed to await async_forward_entry_setups(entry, PLATFORMS)

v0.1.4.1

27 Jan 14:54
e013ec1
Compare
Choose a tag to compare

What's Changed

  • Added requirements by @Crewski in #6
  • Added compatibility with outlets; selectable interval sensors by @Crewski in #7

Full Changelog: v0.1.4...v0.1.4.1

v0.1.4

24 Jan 12:39
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Breaking change

  • You will need to remove the integration and then re-add it as the API was completely re-written.

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

16 Jan 19:05
b5c4b61
Compare
Choose a tag to compare

BREAKING CHANGE

Due to pumpspy not utilizing a refresh_token, the password is now saved locally as part of the setup (this wasn't the case before). If updating to v0.1.3, you need to delete the integration and set it up again.

What's Changed

  • Resolve issues with adding from account with multiple devices. by @iTerminate in #2
  • Add access token refresh and HA device by @Crewski in #3

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

15 Sep 18:05
Compare
Choose a tag to compare

Initial Release