Skip to content

Releases: mbillow/ha-redpocket

v2.3.3

06 Jun 19:51
Compare
Choose a tag to compare

✨ Improvements

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

v2.3.2

31 May 22:52
Compare
Choose a tag to compare

🐛 Bugs

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

v2.3.1

31 May 21:08
Compare
Choose a tag to compare

🐛 Bugs

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

v2.3.0

31 May 18:32
Compare
Choose a tag to compare

🐛 Bugs

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

v2.2.0

21 May 20:11
Compare
Choose a tag to compare

✨ 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

21 May 18:11
Compare
Choose a tag to compare

✨ New Features

  • Only use floats when decimal precision is necessary.

v2.1.1

19 May 18:58
5d61d7b
Compare
Choose a tag to compare

🐛 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

19 May 18:26
e05984b
Compare
Choose a tag to compare

🐛 Bug Fixes

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

v2.0.2

07 May 23:49
Compare
Choose a tag to compare

📜 Documentation

  • Corrected documentation URL in manifest.

v2.0.1

07 May 23:43
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Properly set last updated property on sensors when refreshing data