Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Releases: mbillow/ha-redpocket

v2.3.3

Choose a tag to compare

@mbillow mbillow released this 06 Jun 19:51

✨ Improvements

  • Sensors with unlimited balances now report "Unlimited" versus being unavailable.

v2.3.2

Choose a tag to compare

@mbillow mbillow released this 31 May 22:52

🐛 Bugs

  • Define the line update function outside the lines loop to prevent last line from overwriting all others.

v2.3.1

Choose a tag to compare

@mbillow mbillow released this 31 May 21:08

🐛 Bugs

  • Handle when the RedPocket API returns '0000-00-00' instead of null for certain dates.

v2.3.0

Choose a tag to compare

@mbillow mbillow released this 31 May 18:32

🐛 Bugs

  • Updated python-redpocket to properly handle accounts without auto-renewal dates.

v2.2.0

Choose a tag to compare

@mbillow mbillow released this 21 May 20:11

✨ Improvements

  • Leverage the Home Assistant DataUpgradeCoordinator class to drastically reduce API calls.
    • The component used to make 5 API calls per line every 15 minutes. Now, it makes just 1 per line.
  • Added useful debug logging.

v2.1.2

Choose a tag to compare

@mbillow mbillow released this 21 May 18:11

✨ New Features

  • Only use floats when decimal precision is necessary.

v2.1.1

Choose a tag to compare

@mbillow mbillow released this 19 May 18:58
5d61d7b

🐛 Bug Fixes

  • We can't ensure that the en_US.UTF8 locale is available, so we are going to go with some crude string replacement and type coercion.

v2.1.0

Choose a tag to compare

@mbillow mbillow released this 19 May 18:26
e05984b

🐛 Bug Fixes

  • Bump python-redpocket dependency to pick up data balance locale parsing fix. (Fixes #2)

v2.0.2

Choose a tag to compare

@mbillow mbillow released this 07 May 23:49

📜 Documentation

  • Corrected documentation URL in manifest.

v2.0.1

Choose a tag to compare

@mbillow mbillow released this 07 May 23:43

🐛 Bug Fixes

  • Properly set last updated property on sensors when refreshing data