Releases: mbillow/ha-redpocket
Releases · mbillow/ha-redpocket
v2.3.3
Compare
Sorry, something went wrong.
No results found
✨ Improvements
Sensors with unlimited balances now report "Unlimited" versus being unavailable.
v2.3.2
Compare
Sorry, something went wrong.
No results found
🐛 Bugs
Define the line update function outside the lines loop to prevent last line from overwriting all others.
v2.3.1
Compare
Sorry, something went wrong.
No results found
🐛 Bugs
Handle when the RedPocket API returns '0000-00-00' instead of null for certain dates.
v2.3.0
Compare
Sorry, something went wrong.
No results found
🐛 Bugs
Updated python-redpocket to properly handle accounts without auto-renewal dates.
v2.2.0
Compare
Sorry, something went wrong.
No results found
✨ 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
Compare
Sorry, something went wrong.
No results found
✨ New Features
Only use floats when decimal precision is necessary.
v2.1.1
Compare
Sorry, something went wrong.
No results found
🐛 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
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
Bump python-redpocket dependency to pick up data balance locale parsing fix. (Fixes #2 )
v2.0.2
Compare
Sorry, something went wrong.
No results found
📜 Documentation
Corrected documentation URL in manifest.
v2.0.1
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
Properly set last updated property on sensors when refreshing data